summaryrefslogtreecommitdiffstats
path: root/system/aha
diff options
context:
space:
mode:
author B. Watson2018-12-01 09:43:23 +0100
committer Willy Sudiarto Raharjo2018-12-09 07:17:25 +0100
commitea2d49566db67bd9d10c3ae6e188dd2b1b107597 (patch)
tree467a2167d0ccdbe33f4b7299b9baa847cc2e345d /system/aha
parent6ce86694e5c67991e0472a455f79baf0f4a764cb (diff)
downloadslackbuilds-ea2d49566db67bd9d10c3ae6e188dd2b1b107597.tar.gz
system/aha: Updated for version 0.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/aha')
-rw-r--r--system/aha/aha.SlackBuild10
-rw-r--r--system/aha/aha.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild
index c8d8d5d5cb..3650feb9c5 100644
--- a/system/aha/aha.SlackBuild
+++ b/system/aha/aha.SlackBuild
@@ -7,12 +7,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
+# 20181201 bkw: update for 0.5
# 20170328 bkw: update for 0.4.10.6, use 'make install' instead of manually
# 20170301 bkw: update for 0.4.10.5, use long-form github URL
# 20170122 bkw: update for 0.4.10.3
PRGNAM=aha
-VERSION=${VERSION:-0.4.10.6}
+VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,11 +53,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
make CFLAGS="$SLKCFLAGS" LDFLAGS="-s"
make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
diff --git a/system/aha/aha.info b/system/aha/aha.info
index f3be44f23f..de779cecc8 100644
--- a/system/aha/aha.info
+++ b/system/aha/aha.info
@@ -1,8 +1,8 @@
PRGNAM="aha"
-VERSION="0.4.10.6"
+VERSION="0.5"
HOMEPAGE="https://github.com/theZiz/aha"
-DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.6/aha-0.4.10.6.tar.gz"
-MD5SUM="6e45d6a0079e0703d3dbc263bf9a5909"
+DOWNLOAD="https://github.com/theZiz/aha/archive/0.5/aha-0.5.tar.gz"
+MD5SUM="bac3269f6ec0218a62e4379ed9253c8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""