diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/l/pygtk/slack-desc | 2 | ||||
-rwxr-xr-x | source/l/python-certifi/python-certifi.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/pygtk/slack-desc b/source/l/pygtk/slack-desc index ee31d102..f8af8b17 100644 --- a/source/l/pygtk/slack-desc +++ b/source/l/pygtk/slack-desc @@ -13,7 +13,7 @@ pygtk: PyGTK provides a convenient wrapper for the GTK+ library for use in pygtk: Python programs, taking care of many of the boring details such as pygtk: managing memory and type casting. pygtk: -pygtk: PyGTK's web page: http://www.pygtk.org/ +pygtk: Homepage: http://www.pygtk.org/ pygtk: pygtk: pygtk: diff --git a/source/l/python-certifi/python-certifi.SlackBuild b/source/l/python-certifi/python-certifi.SlackBuild index 09823a8c..7ff3d423 100755 --- a/source/l/python-certifi/python-certifi.SlackBuild +++ b/source/l/python-certifi/python-certifi.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-certifi VERSION=${VERSION:-$(echo certifi-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} SRCNAM=certifi |