diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-28 21:57:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-29 08:59:53 +0200 |
commit | c1b337e06ee4ea307f7a8307d0bf370576ea404f (patch) | |
tree | c4dddc3cadf4f2b5948e05ac2ca446a2b701f6ed /source/l/python-idna/python-idna.SlackBuild | |
parent | 93abc85df8a72067aecc72c4773d00b040d6a1e2 (diff) | |
download | current-c1b337e06ee4ea307f7a8307d0bf370576ea404f.tar.gz current-c1b337e06ee4ea307f7a8307d0bf370576ea404f.tar.xz |
Sun Jun 28 21:57:58 UTC 202020200628215758
x/libwacom-1.4-x86_64-2.txz: Rebuilt.
Fix joystick property matching in udev rule. Thanks to Pixxt.
Diffstat (limited to 'source/l/python-idna/python-idna.SlackBuild')
-rwxr-xr-x | source/l/python-idna/python-idna.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/python-idna/python-idna.SlackBuild b/source/l/python-idna/python-idna.SlackBuild index a5e6f9d24..3ce4eb5f2 100755 --- a/source/l/python-idna/python-idna.SlackBuild +++ b/source/l/python-idna/python-idna.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-idna VERSION=${VERSION:-$(echo idna-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} SRCNAM=idna |