diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-02 15:45:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:48 +0700 |
commit | 99dd46719a4877767f7e25ecee7cf21973546839 (patch) | |
tree | 6b34e6743ade13dd4a772bb461ba79e59c8cf898 | |
parent | 8b3b954d9098771dd00b83c9605ba652c3d41231 (diff) | |
download | slackbuilds-99dd46719a4877767f7e25ecee7cf21973546839.tar.gz |
system/lbzip2: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | system/lbzip2/lbzip2.SlackBuild | 4 | ||||
-rw-r--r-- | system/lbzip2/lbzip2.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/system/lbzip2/lbzip2.SlackBuild b/system/lbzip2/lbzip2.SlackBuild index b90883abdc..801213a810 100644 --- a/system/lbzip2/lbzip2.SlackBuild +++ b/system/lbzip2/lbzip2.SlackBuild @@ -24,6 +24,8 @@ # Modified by B. Watson <yalhcru@gmail.com>. +# 20170302 bkw: use long-format github URL + # 20150519 bkw: # - took over maintenance # - bump VERSION to 2.5 @@ -69,7 +71,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/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/lbzip2/lbzip2.info b/system/lbzip2/lbzip2.info index e1ae958264..c1ccd5d21a 100644 --- a/system/lbzip2/lbzip2.info +++ b/system/lbzip2/lbzip2.info @@ -1,7 +1,7 @@ PRGNAM="lbzip2" VERSION="2.5" HOMEPAGE="https://github.com/kjn/lbzip2/" -DOWNLOAD="https://github.com/kjn/lbzip2/archive/v2.5.tar.gz" +DOWNLOAD="https://github.com/kjn/lbzip2/archive/v2.5/lbzip2-2.5.tar.gz" MD5SUM="288e404f325d9073bdc80759cae30adc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |