summaryrefslogtreecommitdiffstats
path: root/source/l/M2Crypto
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-07-12 18:52:15 +0000
committer Eric Hameleers <alien@slackware.com>2019-07-13 08:59:47 +0200
commit424ebe6bb56b8c6aca51f472910c5401ce210aa2 (patch)
treef9bf22ddd9ba89ec1166498e56a7f5e741c46980 /source/l/M2Crypto
parent61ca076d7dd5bad5ceeaf9cb3fccd6d7f0db84ec (diff)
downloadcurrent-424ebe6bb56b8c6aca51f472910c5401ce210aa2.tar.gz
current-424ebe6bb56b8c6aca51f472910c5401ce210aa2.tar.xz
Fri Jul 12 18:52:15 UTC 201920190712185215
a/kernel-firmware-20190712_d52556e-noarch-1.txz: Upgraded. l/M2Crypto-0.35.2-x86_64-2.txz: Rebuilt. Upgraded to typing-3.7.4. l/pycurl-7.43.0.3-x86_64-1.txz: Upgraded. tcl/tclx-8.4.2-x86_64-1.txz: Upgraded. x/xauth-1.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/M2Crypto')
-rwxr-xr-xsource/l/M2Crypto/M2Crypto.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/l/M2Crypto/M2Crypto.SlackBuild b/source/l/M2Crypto/M2Crypto.SlackBuild
index dadb99276..6c53638a0 100755
--- a/source/l/M2Crypto/M2Crypto.SlackBuild
+++ b/source/l/M2Crypto/M2Crypto.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=M2Crypto
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -70,9 +70,9 @@ cp -a \
# Embed required dep typing module:
cd $TMP
-rm -rf typing-3.6.6
-tar xvf $CWD/typing-3.6.6.tar.xz || exit 1
-cd typing-3.6.6 || exit 1
+rm -rf typing-3.7.4
+tar xvf $CWD/typing-3.7.4.tar.xz || exit 1
+cd typing-3.7.4 || exit 1
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -80,10 +80,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
python setup.py install --root=$PKG || exit 1
-mkdir -p $PKG/usr/doc/typing-3.6.6
+mkdir -p $PKG/usr/doc/typing-3.7.4
cp -a \
CHANGES INSTALL* LICENCE* PKG-INFO README* doc/* \
- $PKG/usr/doc/typing-3.6.6
+ $PKG/usr/doc/typing-3.7.4
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \