diff options
author | Thomas Morper <thomas@beingboiled.info> | 2015-06-02 18:43:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-02 18:43:43 +0700 |
commit | 7a4c9eb408ab45d94a24979d7ecd6eb5a06140fe (patch) | |
tree | 5eb38ced4a883ce3d26262d8a6e58a72906b6681 /misc/par2cmdline | |
parent | 01eea1def4707ae885d4a912a07930c3f2fd28ed (diff) | |
download | slackbuilds-7a4c9eb408ab45d94a24979d7ecd6eb5a06140fe.tar.gz |
misc/par2cmdline: Updated for version 0.6.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/par2cmdline')
-rw-r--r-- | misc/par2cmdline/par2cmdline.SlackBuild | 8 | ||||
-rw-r--r-- | misc/par2cmdline/par2cmdline.info | 8 | ||||
-rw-r--r-- | misc/par2cmdline/slack-desc | 10 |
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) |