diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-05-18 23:30:26 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-19 08:59:53 +0200 |
commit | bb7dc1ffb7eb47db06eded668ce6c9e8eaa9cec0 (patch) | |
tree | 8d9835e5b3c1b0dff6059afab270c49cc79fb695 /source/d/Cython/Cython.SlackBuild | |
parent | ffef56590d68c334819ecf26118a257bdafccf6b (diff) | |
download | current-bb7dc1ffb7eb47db06eded668ce6c9e8eaa9cec0.tar.gz |
Mon May 18 23:30:26 UTC 202020200518233026
d/Cython-0.29.18-x86_64-1.txz: Upgraded.
kde/kde-workspace-4.11.22-x86_64-8.txz: Rebuilt.
Added /etc/pam.d/kde-np to fix KDM autologin.
Thanks to USUARIONUEVO for the bug report.
l/gnu-efi-3.0.12-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d/Cython/Cython.SlackBuild')
-rwxr-xr-x | source/d/Cython/Cython.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/Cython/Cython.SlackBuild b/source/d/Cython/Cython.SlackBuild index 843f3ef1..d2893f07 100755 --- a/source/d/Cython/Cython.SlackBuild +++ b/source/d/Cython/Cython.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=Cython VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |