summaryrefslogtreecommitdiff
path: root/community/libtorrent
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/libtorrent
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/libtorrent')
-rw-r--r--community/libtorrent/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD
index 69383dcda..6684a6e83 100644
--- a/community/libtorrent/PKGBUILD
+++ b/community/libtorrent/PKGBUILD
@@ -1,19 +1,21 @@
+# $Id: PKGBUILD 90569 2013-05-13 09:41:28Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: sh__
pkgname=libtorrent
-pkgver=0.13.2
+pkgver=0.13.3
pkgrel=2
pkgdesc='BitTorrent library with a focus on high performance and good code'
url='http://libtorrent.rakshasa.no/'
-license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
-depends=('libsigc++2.0' 'openssl')
-options=('!libtool')
+license=('GPL')
+depends=('openssl')
source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('4f34a744fbe10c54aaf53d34681fabc1a49d7257')
+sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
+
+options=('!libtool')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"