diff options
Diffstat (limited to 'extra/libtorrent-rasterbar/PKGBUILD')
-rw-r--r-- | extra/libtorrent-rasterbar/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD index cac1e51e0..b24f672fe 100644 --- a/extra/libtorrent-rasterbar/PKGBUILD +++ b/extra/libtorrent-rasterbar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157451 2012-04-28 13:13:49Z ibiru $ +# $Id: PKGBUILD 163709 2012-07-18 01:05:39Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libtorrent-rasterbar -pkgver=0.15.10 +pkgver=0.16.1 pkgrel=1 epoch=1 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" @@ -14,10 +14,10 @@ depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!libtool' '!emptydirs') source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4') +sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3') build() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \ --enable-python-binding \ --with-libgeoip=system @@ -25,7 +25,7 @@ build() { } package() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } |