diff options
Diffstat (limited to 'extra/libtorrent-rasterbar/PKGBUILD')
-rw-r--r-- | extra/libtorrent-rasterbar/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD index 5ab9b90da..0dd4b3f3e 100644 --- a/extra/libtorrent-rasterbar/PKGBUILD +++ b/extra/libtorrent-rasterbar/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 156047 2012-04-12 08:06:44Z ibiru $ +# $Id: PKGBUILD 156598 2012-04-21 13:33:33Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libtorrent-rasterbar -pkgver=0.16.0 +pkgver=0.15.10 pkgrel=1 +epoch=1 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" url="http://www.rasterbar.com/products/libtorrent/" arch=('i686' 'x86_64') @@ -13,7 +14,7 @@ depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!libtool' '!emptydirs') source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('212d910f6c06f06ef1b54d7e2dd68de18f6d9c73') +sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4') build() { cd "$pkgname-$pkgver" |