diff options
Diffstat (limited to 'system/arc')
-rw-r--r-- | system/arc/arc.SlackBuild | 1 | ||||
-rw-r--r-- | system/arc/arc.info | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/system/arc/arc.SlackBuild b/system/arc/arc.SlackBuild index 715beef954..b9e094b40b 100644 --- a/system/arc/arc.SlackBuild +++ b/system/arc/arc.SlackBuild @@ -44,6 +44,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/${PRGNAM}_$VERSION.orig.tar.gz cd $PRGNAM-$VERSION chown -R root:root . diff --git a/system/arc/arc.info b/system/arc/arc.info index 4275c4472c..da8ea129bc 100644 --- a/system/arc/arc.info +++ b/system/arc/arc.info @@ -1,7 +1,7 @@ PRGNAM="arc" VERSION="5.21q" HOMEPAGE="https://github.com/ani6al/arc" -DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/a/arc/arc_5.21q.orig.tar.gz" +DOWNLOAD="https://github.com/ani6al/arc/archive/5.21q/arc-5.21q.tar.gz" MD5SUM="e8cb2f5988605aa830e79f40ab652c13" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |