diff --git a/l/pyzmq/pyzmq-18.1.0.tar.gz.sha256 b/l/pyzmq/pyzmq-18.1.0.tar.gz.sha256 deleted file mode 100644 index e7bdc416..00000000 --- a/l/pyzmq/pyzmq-18.1.0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -93f44739db69234c013a16990e43db1aa0af3cf5a4b8b377d028ff24515fbeb3 pyzmq-18.1.0.tar.gz diff --git a/l/pyzmq/pyzmq-19.0.1.tar.gz.sha256 b/l/pyzmq/pyzmq-19.0.1.tar.gz.sha256 new file mode 100644 index 00000000..ec4e2373 --- /dev/null +++ b/l/pyzmq/pyzmq-19.0.1.tar.gz.sha256 @@ -0,0 +1 @@ +13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0 pyzmq-19.0.1.tar.gz diff --git a/l/pyzmq/pyzmq.SlackBuild b/l/pyzmq/pyzmq.SlackBuild index 7503dd1f..82ce46bc 100755 --- a/l/pyzmq/pyzmq.SlackBuild +++ b/l/pyzmq/pyzmq.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2012,2013,2018,2019 Damien Goutte-Gattat +# Copyright (C) 2012,2013,2018,2019,2020 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -29,7 +29,7 @@ # Source package infos NAMESRC=${NAMESRC:-pyzmq} -VERSION=${VERSION:-18.1.0} +VERSION=${VERSION:-19.0.1} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} # Build infos @@ -83,10 +83,6 @@ tar xf $CWD/$ARCHIVE cd $NAME CFLAGS=$CPUOPT \ CXXFLAGS=$CPUOPT \ -python2 setup.py build -python2 setup.py install --root=$PKG -CFLAGS=$CPUOPT \ -CXXFLAGS=$CPUOPT \ python3 setup.py build python3 setup.py install --root=$PKG