diff options
Diffstat (limited to 'system/aha/aha.SlackBuild')
-rw-r--r-- | system/aha/aha.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild index 9913d9df67..2b7df54bf5 100644 --- a/system/aha/aha.SlackBuild +++ b/system/aha/aha.SlackBuild @@ -7,10 +7,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20170301 bkw: update for 0.4.10.5, use long-forn github URL # 20170122 bkw: update for 0.4.10.3 PRGNAM=aha -VERSION=${VERSION:-0.4.10.3} +VERSION=${VERSION:-0.4.10.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +48,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |