summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2017-03-02 22:19:41 +0100
committer Willy Sudiarto Raharjo2017-03-04 01:26:51 +0100
commit8caaf132f378e086166db8753dfbb3ee1b4ef616 (patch)
tree54aa2d85b2987d5760967f1d120ee970499d1900
parentcccc2c0375f8b21e158e9ed787aa0c91e3de5390 (diff)
downloadslackbuilds-8caaf132f378e086166db8753dfbb3ee1b4ef616.tar.gz
network/irssi_otr: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--network/irssi_otr/irssi_otr.SlackBuild24
-rw-r--r--network/irssi_otr/irssi_otr.info2
2 files changed, 14 insertions, 12 deletions
diff --git a/network/irssi_otr/irssi_otr.SlackBuild b/network/irssi_otr/irssi_otr.SlackBuild
index dd72574fcd..2036562201 100644
--- a/network/irssi_otr/irssi_otr.SlackBuild
+++ b/network/irssi_otr/irssi_otr.SlackBuild
@@ -6,23 +6,25 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
-# 20150510 bkw:
-# - updated for 1.0.0.
-# - 1.0.0 uses libotr-4.x, so rip out all the static linking mess.
-# - upstream switched from cmake to autoconf, rewrite most of script.
-# - xchat support was dropped by upstream, so remove all references.
+# 20170302 bkw: use long-format github URL
-# 20150907 bkw:
-# - handle case where file was saved as v1.0.0.tar.gz
+# 20170121 bkw:
+# - updated for 1.0.2.
+# - remove ABI check patch (no longer needed)
# 20160727 bkw:
# - updated for 1.0.1.
# - use --with-irssi-module-dir now that it exists.
# - add patch to deal with newer irssi's module ABI version check.
-# 20170121 bkw:
-# - updated for 1.0.2.
-# - remove ABI check patch (no longer needed)
+# 20150907 bkw:
+# - handle case where file was saved as v1.0.0.tar.gz
+
+# 20150510 bkw:
+# - updated for 1.0.0.
+# - 1.0.0 uses libotr-4.x, so rip out all the static linking mess.
+# - upstream switched from cmake to autoconf, rewrite most of script.
+# - xchat support was dropped by upstream, so remove all references.
PRGNAM=irssi_otr
VERSION=${VERSION:-1.0.2}
@@ -64,7 +66,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $TARNAM-$VERSION
-tar xvf $CWD/$TARNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/$TARNAM-$VERSION.tar.gz
cd $TARNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/network/irssi_otr/irssi_otr.info b/network/irssi_otr/irssi_otr.info
index 87cada13f1..f7e86366b1 100644
--- a/network/irssi_otr/irssi_otr.info
+++ b/network/irssi_otr/irssi_otr.info
@@ -1,7 +1,7 @@
PRGNAM="irssi_otr"
VERSION="1.0.2"
HOMEPAGE="https://github.com/cryptodotis/irssi-otr"
-DOWNLOAD="https://github.com/cryptodotis/irssi-otr/archive/v1.0.2.tar.gz"
+DOWNLOAD="https://github.com/cryptodotis/irssi-otr/archive/v1.0.2/irssi-otr-1.0.2.tar.gz"
MD5SUM="5f217dade49593f8505fecc5a5d322d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""