diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-04-15 20:23:25 +1200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-18 08:35:22 +0100 |
commit | 41b19224adf1dd61ffb03b54facffdf11563e3e6 (patch) | |
tree | c018163a8143916906aac7f9d517112e8626c4d5 /python/python-axolotl-curve25519/python-axolotl-curve25519.SlackBuild | |
parent | 4f702df40fe9449a0575ca207ae2be4792f8ff89 (diff) |
python/python-axolotl-curve25519: Updated for version 0.4.1.post2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python-axolotl-curve25519/python-axolotl-curve25519.SlackBuild')
-rw-r--r-- | python/python-axolotl-curve25519/python-axolotl-curve25519.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/python/python-axolotl-curve25519/python-axolotl-curve25519.SlackBuild b/python/python-axolotl-curve25519/python-axolotl-curve25519.SlackBuild index 60e2a4f9f1987..846851d5a7580 100644 --- a/python/python-axolotl-curve25519/python-axolotl-curve25519.SlackBuild +++ b/python/python-axolotl-curve25519/python-axolotl-curve25519.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-axolotl-curve25519 -# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2018 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-axolotl-curve25519 -VERSION=${VERSION:-0.1} +VERSION=${VERSION:-0.4.1.post2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,10 +63,6 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION -for sha1 in e31fe347051e8dd051514398c56a816a3a71f8a4 2bd1f5556fed92afb4efc2a95846a1c0f8332baf 87303fb7cffc99c13895c9888b270b740a7245d0 ; do - patch -p1 < "$CWD/patches/$sha1.patch" -done - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |