Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=02674640347cb77bdd2e2d8bb694489418d1c31a
commit 02674640347cb77bdd2e2d8bb694489418d1c31a Author: Anthony Jorion <[email protected]> Date: Mon May 26 17:52:45 2014 +0200 rtorrent-0.9.4-1-x86_64 - 0.9.3 -> 0.9.4 + Add asneeded option + Change m8r diff --git a/source/network-extra/rtorrent/FrugalBuild b/source/network-extra/rtorrent/FrugalBuild index 2e0abd8..fffe669 100644 --- a/source/network-extra/rtorrent/FrugalBuild +++ b/source/network-extra/rtorrent/FrugalBuild @@ -1,9 +1,12 @@ # Compiling Time: 0.16 SBU -# Maintainer: voroskoi <[email protected]> +# Maintainer: Anthony Jorion <[email protected]> +# Contributor: voroskoi <[email protected]> + +options+=('asneeded') pkgname=rtorrent -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.4 +pkgrel=1 pkgdesc="The ncurses client for libtorrent." url="http://libtorrent.rakshasa.no/" depends=('ncurses' 'libtorrent>=0.13.2' 'xmlrpc-c>=1.16.41' 'c-ares>=1.7.5' 'openssl') @@ -13,6 +16,6 @@ archs=('i686' 'x86_64' 'arm') Fconfopts+=" --with-xmlrpc-c" up2date="Flasttar $url" source=(http://libtorrent.rakshasa.no/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4') +sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
