summaryrefslogtreecommitdiff
path: root/community/rtorrent
diff options
context:
space:
mode:
Diffstat (limited to 'community/rtorrent')
-rw-r--r--community/rtorrent/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
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 <Daenyth [at] gmail [dot] com>
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: Daenyth <Daenyth [at] gmail [dot] com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# 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