diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-01-10 19:35:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-11 08:59:48 +0100 |
commit | 301bb5c2767eae26d65873c362cbc9f82f730757 (patch) | |
tree | 78aa3d12987312244e3d3384ae0fcb3c7b9d8c77 /source/l/python-sane/python-sane.SlackBuild | |
parent | aa880ab99e88f012f30174bf2290d30632a986ba (diff) | |
download | current-301bb5c2767eae26d65873c362cbc9f82f730757.tar.gz |
Sun Jan 10 19:35:56 UTC 202120210110193556
a/findutils-4.8.0-x86_64-1.txz: Upgraded.
a/lzip-1.22-x86_64-1.txz: Upgraded.
ap/vim-8.2.2323-x86_64-1.txz: Upgraded.
d/meson-0.56.2-x86_64-1.txz: Upgraded.
d/python-setuptools-51.1.2-x86_64-1.txz: Upgraded.
l/cryptopp-8.2.0-x86_64-1.txz: Upgraded.
In the ChangeLog for cryfs: * Updated to crypto++ 8.2
Seems cryfs does not work with newer versions of cryptopp, so since nothing
else uses it in Slackware we'll pin it at this version until cryfs notes
that it's OK to move forward.
Thanks to alienBOB and USUARIONUEVO for the bug report.
l/gjs-1.66.2-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.10_57-x86_64-1.txz: Upgraded.
l/python-sane-2.9.1-x86_64-1.txz: Upgraded.
n/libqmi-1.26.8-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.2.2323-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/python-sane/python-sane.SlackBuild')
-rwxr-xr-x | source/l/python-sane/python-sane.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/python-sane/python-sane.SlackBuild b/source/l/python-sane/python-sane.SlackBuild index f81da345..7876e57b 100755 --- a/source/l/python-sane/python-sane.SlackBuild +++ b/source/l/python-sane/python-sane.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-sane VERSION=${VERSION:-$(echo Sane-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-6} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |