summaryrefslogtreecommitdiffstats
path: root/network/qbittorrent/qbittorrent.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-24 12:37:45 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-24 22:53:33 -0500
commitf33c0b51399c210e48a7b1b8e1d20807073ac38a (patch)
treeb6fb8d32bf158c063f3a89b9eabd205f9d019f22 /network/qbittorrent/qbittorrent.SlackBuild
parentb182db66f569dcdb2e37e090bc1138e2fcc438b4 (diff)
downloadslackbuilds-f33c0b51399c210e48a7b1b8e1d20807073ac38a.tar.gz
slackbuilds-f33c0b51399c210e48a7b1b8e1d20807073ac38a.tar.xz
network/qbittorrent: Updated for version 3.0.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent/qbittorrent.SlackBuild')
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index 861a80a1bd..699fb2db93 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent
-VERSION=${VERSION:-2.9.9}
+VERSION=${VERSION:-3.0.4}
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/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -87,7 +87,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS Changelog NEWS README.os2 COPYING INSTALL README TODO \
+ AUTHORS Changelog NEWS TODO COPYING INSTALL README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild