summaryrefslogtreecommitdiff
path: root/community/rtorrent/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/rtorrent/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/rtorrent/PKGBUILD')
-rw-r--r--community/rtorrent/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD
index 7968cc713..a9c30ac5c 100644
--- a/community/rtorrent/PKGBUILD
+++ b/community/rtorrent/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: sh__
pkgname=rtorrent
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=2
pkgdesc='Ncurses BitTorrent client based on libTorrent'
url='http://libtorrent.rakshasa.no/'
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
-depends=('libtorrent=0.13.2' 'curl' 'xmlrpc-c')
+depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++')
source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('2a642d722745091265037ed8929a23c237a3b99f')
+sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -29,8 +29,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
-
- install -D doc/faq.xml "${pkgdir}"/usr/share/doc/rtorrent/faq.xml
- install -D doc/rtorrent.1 "${pkgdir}"/usr/share/man/man1/rtorrent.1
install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
}