aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/rtorrent/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/rtorrent/APKBUILD b/testing/rtorrent/APKBUILD
index 11c4b41f89..bc3dfad102 100644
--- a/testing/rtorrent/APKBUILD
+++ b/testing/rtorrent/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=rtorrent
-pkgver=0.8.9
-pkgrel=1
+pkgver=0.9.2
+pkgrel=0
pkgdesc='Ncurses BitTorrent client based on libTorrent'
url='http://libtorrent.rakshasa.no/'
license='GPL'
@@ -17,7 +17,7 @@ build() {
export LDFLAGS="${LDFLAGS} -lpthread"
./configure \
--prefix=/usr \
- --enable-debug \
+ --disable-debug \
--with-xmlrpc-c \
|| return 1
@@ -35,4 +35,4 @@ package() {
"${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc || return 1
}
-md5sums="629247636cb1210663b52dadbd040a6c rtorrent-0.8.9.tar.gz"
+md5sums="72c3e9ab859bda7cc8aa96c0b508b09f rtorrent-0.9.2.tar.gz"