diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-02 15:40:59 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:48 +0700 |
commit | bb8feaeb0f38af0fa0a14676332745ac05dded8c (patch) | |
tree | c4490d814d4f5d57033933132455e6f1c9544556 /system/reptyr | |
parent | 386c911faab138ed67252968debc9a1066fe4a65 (diff) | |
download | slackbuilds-bb8feaeb0f38af0fa0a14676332745ac05dded8c.tar.gz |
system/reptyr: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/reptyr')
-rw-r--r-- | system/reptyr/reptyr.SlackBuild | 3 | ||||
-rw-r--r-- | system/reptyr/reptyr.info | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/system/reptyr/reptyr.SlackBuild b/system/reptyr/reptyr.SlackBuild index 78b3239c74..908b5bf67f 100644 --- a/system/reptyr/reptyr.SlackBuild +++ b/system/reptyr/reptyr.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170302 bkw: use long-format github URL # 20150505 bkw: updated for v0.6.2 PRGNAM=reptyr @@ -42,7 +43,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/reptyr/reptyr.info b/system/reptyr/reptyr.info index e6748612e1..c758f3ac6a 100644 --- a/system/reptyr/reptyr.info +++ b/system/reptyr/reptyr.info @@ -1,7 +1,7 @@ PRGNAM="reptyr" VERSION="0.6.2" HOMEPAGE="https://github.com/nelhage/reptyr" -DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.6.2.tar.gz" +DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.6.2/reptyr-reptyr-0.6.2.tar.gz" MD5SUM="9beb26462407f229c9e900466dc25b56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |