summaryrefslogtreecommitdiff
path: root/community/libtorrent/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
committerroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
commit2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (patch)
treefa055d4e2f367acb518de6c4e06b77b6d8cbef75 /community/libtorrent/PKGBUILD
parent66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff)
Tue May 14 01:18:40 PDT 2013
Diffstat (limited to 'community/libtorrent/PKGBUILD')
-rw-r--r--community/libtorrent/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD
index 6c6402a93..01884fc7b 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')
-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}"