diff options
author | Thomas Penteker <tek@serverop.de> | 2012-11-20 23:33:58 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2012-11-20 23:33:58 +0100 |
commit | 11e31463e7b18139b67112283f0cb7b281805b9c (patch) | |
tree | 3bee201e4a5cab3cd230188e986b6bbca64cf1bf /rtorrent | |
parent | 3fc149e176c3b80111c1f91ba3cf2fd2fe5c2ddd (diff) | |
download | contrib-11e31463e7b18139b67112283f0cb7b281805b9c.tar.gz contrib-11e31463e7b18139b67112283f0cb7b281805b9c.tar.xz |
rtorrent: 0.9.2 -> 0.9.3
Diffstat (limited to 'rtorrent')
-rw-r--r-- | rtorrent/.footprint | 3 | ||||
-rw-r--r-- | rtorrent/.md5sum | 2 | ||||
-rw-r--r-- | rtorrent/Pkgfile | 6 |
3 files changed, 4 insertions, 7 deletions
diff --git a/rtorrent/.footprint b/rtorrent/.footprint index 20bbcb84f..918ec7b22 100644 --- a/rtorrent/.footprint +++ b/rtorrent/.footprint @@ -1,6 +1,3 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rtorrent -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/rtorrent.1.gz diff --git a/rtorrent/.md5sum b/rtorrent/.md5sum index 30c05fa8c..021f0b0e3 100644 --- a/rtorrent/.md5sum +++ b/rtorrent/.md5sum @@ -1 +1 @@ -72c3e9ab859bda7cc8aa96c0b508b09f rtorrent-0.9.2.tar.gz +0bf2f262faa8c8c8d3b11ce286ea2bf2 rtorrent-0.9.3.tar.gz diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile index 521b09ae0..10ee39ee3 100644 --- a/rtorrent/Pkgfile +++ b/rtorrent/Pkgfile @@ -4,8 +4,8 @@ # Depends on: libtorrent name=rtorrent -version=0.9.2 -release=2 +version=0.9.3 +release=1 source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz) build() { @@ -13,5 +13,5 @@ build() { ./configure --prefix=/usr --mandir=/usr/man --enable-debug=no make make install DESTDIR=$PKG - install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1 + #install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1 } |