diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-06 11:43:14 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-06 11:43:14 +0200 |
commit | 601a559448eb957ac98aca7a6e03de59e45fff91 (patch) | |
tree | 13fc71216622c3d764aa611b6a54e1918f21c496 /community/rtorrent | |
parent | c96a7351e1f295c1e311860dec19ac7b506b0c5c (diff) | |
parent | f37e773fe397778858ea8d51601554863c252536 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/rtorrent/PKGBUILD
core/libcap/PKGBUILD
extra/samba/PKGBUILD
extra/systemd/PKGBUILD
extra/usbmuxd/PKGBUILD
testing/glib2/PKGBUILD
Diffstat (limited to 'community/rtorrent')
-rw-r--r-- | community/rtorrent/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD index 7501d59d5..5da8eb3a5 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' 'mips64el') -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 |