diff options
Diffstat (limited to 'python/pysed')
-rw-r--r-- | python/pysed/pysed.SlackBuild | 2 | ||||
-rw-r--r-- | python/pysed/pysed.info | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python/pysed/pysed.SlackBuild b/python/pysed/pysed.SlackBuild index f729f494ce..52f395cd02 100644 --- a/python/pysed/pysed.SlackBuild +++ b/python/pysed/pysed.SlackBuild @@ -60,7 +60,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.tar.gz || tar xvf $CWD/v$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/python/pysed/pysed.info b/python/pysed/pysed.info index 644eccf24e..c66db8532e 100644 --- a/python/pysed/pysed.info +++ b/python/pysed/pysed.info @@ -1,8 +1,8 @@ PRGNAM="pysed" VERSION="0.7.8" HOMEPAGE="https://github.com/dslackw/pysed" -DOWNLOAD="http://sourceforge.net/projects/python-sed/files/pysed-0.7.8/pysed-0.7.8.tar.gz" -MD5SUM="daee87677454961e7eb0ee523b9338f5" +DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.7.8.tar.gz" +MD5SUM="ae638228eb1f101beca70b397e6e4ed7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |