summaryrefslogtreecommitdiff
path: root/community/rtorrent/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-06 00:02:44 +0000
committerroot <root@rshg054.dnsready.net>2012-05-06 00:02:44 +0000
commitf37e773fe397778858ea8d51601554863c252536 (patch)
tree9997e525a9baeb85d09bd8e0c12e750781810755 /community/rtorrent/PKGBUILD
parent5801c5acd80d30d17aaef76b8bc401c61b3ef3c9 (diff)
Sun May 6 00:02:43 UTC 2012
Diffstat (limited to 'community/rtorrent/PKGBUILD')
-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