diff options
Diffstat (limited to 'dev')
-rwxr-xr-x | dev/python/pygtk/pygtk.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/python/pygtk/pygtk.SlackBuild b/dev/python/pygtk/pygtk.SlackBuild index e3d247de..dd86f707 100755 --- a/dev/python/pygtk/pygtk.SlackBuild +++ b/dev/python/pygtk/pygtk.SlackBuild @@ -16,7 +16,7 @@ # # slackbuild for pygtk, by Rudson R. Alves # requires: pygobject -# tested: pygtk-2.12.0 +# tested: pygtk-2.12.1 # # Look for slackbuildrc @@ -31,7 +31,7 @@ CWD="$(pwd)" SRC_NAME="pygtk" PKG_NAME="pygtk" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=2.12.0} +SRC_VERSION=${VERSION:=2.12.1} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1rra} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME |