diff options
Diffstat (limited to 'dev/python/dbus-python/dbus-python.SlackBuild')
-rw-r--r-- | dev/python/dbus-python/dbus-python.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/python/dbus-python/dbus-python.SlackBuild b/dev/python/dbus-python/dbus-python.SlackBuild index 2cf87fc9..8b308c47 100644 --- a/dev/python/dbus-python/dbus-python.SlackBuild +++ b/dev/python/dbus-python/dbus-python.SlackBuild @@ -16,7 +16,7 @@ # # slackbuild for dbus-python, by Rudson R. Alves # requires: dbus dbus-glib glib2 glibc-solibs python -# tested: dbus-python-0.82.3 +# tested: dbus-python-0.82.3, 0.82.4 # # Look for slackbuildrc @@ -31,7 +31,7 @@ CWD="$(pwd)" SRC_NAME="dbus-python" PKG_NAME="dbus-python" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=0.82.3} +SRC_VERSION=${VERSION:=0.82.4} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1rra} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME |