summaryrefslogtreecommitdiffstats
path: root/misc/par2cmdline
diff options
context:
space:
mode:
Diffstat (limited to 'misc/par2cmdline')
-rw-r--r--misc/par2cmdline/par2cmdline.SlackBuild8
-rw-r--r--misc/par2cmdline/par2cmdline.info8
-rw-r--r--misc/par2cmdline/slack-desc10
3 files changed, 13 insertions, 13 deletions
diff --git a/misc/par2cmdline/par2cmdline.SlackBuild b/misc/par2cmdline/par2cmdline.SlackBuild
index 35082a5826..5e45492264 100644
--- a/misc/par2cmdline/par2cmdline.SlackBuild
+++ b/misc/par2cmdline/par2cmdline.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for par2cmdline
-# Copyright 2014, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany
+# Copyright 2014-2015, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=par2cmdline
-VERSION=${VERSION:-0.6.11}
+VERSION=${VERSION:-0.6.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/v$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 . \
@@ -113,7 +113,7 @@ ln -s par2.1.gz par2verify.1.gz
cd -
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS PORTING README README.md ROADMAP \
+cp -a AUTHORS COPYING ChangeLog INSTALL PORTING README README.md ROADMAP \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/misc/par2cmdline/par2cmdline.info b/misc/par2cmdline/par2cmdline.info
index fe1d0d4b56..1fd6c27bbb 100644
--- a/misc/par2cmdline/par2cmdline.info
+++ b/misc/par2cmdline/par2cmdline.info
@@ -1,8 +1,8 @@
PRGNAM="par2cmdline"
-VERSION="0.6.11"
-HOMEPAGE="https://github.com/BlackIkeEagle/par2cmdline"
-DOWNLOAD="https://github.com/BlackIkeEagle/par2cmdline/archive/v0.6.11.tar.gz"
-MD5SUM="e30311fdb8e43b1bbda2a88f4e7d74ac"
+VERSION="0.6.13"
+HOMEPAGE="https://github.com/Parchive/par2cmdline"
+DOWNLOAD="https://github.com/Parchive/par2cmdline/archive/v0.6.13.tar.gz"
+MD5SUM="56f8d315530497946e58659ff9138683"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/misc/par2cmdline/slack-desc b/misc/par2cmdline/slack-desc
index d25c0d79b9..e8dc85049d 100644
--- a/misc/par2cmdline/slack-desc
+++ b/misc/par2cmdline/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
par2cmdline: par2cmdline (Commandline implementation of PARv2.0 specification)