From f37e773fe397778858ea8d51601554863c252536 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 May 2012 00:02:44 +0000 Subject: Sun May 6 00:02:43 UTC 2012 --- community/rtorrent/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'community/rtorrent/PKGBUILD') diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD index 0f387097d..393373fa4 100644 --- a/community/rtorrent/PKGBUILD +++ b/community/rtorrent/PKGBUILD @@ -1,17 +1,18 @@ -# Maintainer: Daenyth +# Maintainer: Gaetan Bisson +# Contributor: Daenyth # Contributor: Jeff Mickey # Contributor: sh__ pkgname=rtorrent -pkgver=0.8.9 -pkgrel=2 +pkgver=0.9.2 +pkgrel=1 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license=('GPL') arch=('i686' 'x86_64') -depends=('libtorrent=0.12.9' 'curl' 'xmlrpc-c') +depends=('libtorrent=0.13.2' 'curl' 'xmlrpc-c') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") -sha1sums=('0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce') +sha1sums=('2a642d722745091265037ed8929a23c237a3b99f') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -19,7 +20,7 @@ build() { export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" ./configure \ --prefix=/usr \ - --enable-debug \ + --disable-debug \ --with-xmlrpc-c \ make -- cgit v1.2.3-54-g00ecf