summaryrefslogtreecommitdiffstats
path: root/network/rtorrent/rtorrent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/rtorrent/rtorrent.SlackBuild')
-rw-r--r--network/rtorrent/rtorrent.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild
index 93fd5e25c9..ddf86df91d 100644
--- a/network/rtorrent/rtorrent.SlackBuild
+++ b/network/rtorrent/rtorrent.SlackBuild
@@ -8,9 +8,10 @@
# Patched for new ncurses in 13.37 by rworkman
# Updated to 0.8.8 by Brian Kysela 2011-05-09
# Updated to 0.8.9 by Brian Kysela 2011-06-22
+# Updated to 0.9.0 by Brian Kysela 2011-12-12
PRGNAM=rtorrent
-VERSION=0.8.9
+VERSION=0.9.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +76,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS COPYING INSTALL README TODO doc/rtorrent.rc \
+ AUTHORS COPYING INSTALL README doc/rtorrent.rc \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild