Date: Wednesday, November 12, 2014 @ 05:08:21 Author: foutrelis Revision: 226099
upgpkg: libtorrent-rasterbar 1:1.0.2-1 New upstream release. Modified: libtorrent-rasterbar/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-12 02:30:47 UTC (rev 226098) +++ PKGBUILD 2014-11-12 04:08:21 UTC (rev 226099) @@ -3,8 +3,8 @@ # Contributor: Hugo Doria <[email protected]> pkgname=libtorrent-rasterbar -pkgver=0.16.17 -pkgrel=3 +pkgver=1.0.2 +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/" @@ -14,13 +14,14 @@ makedepends=('boost') options=('!emptydirs') source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz) -sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740') +sha1sums=('bfb161825306abbd5c03775e75f5e094ee757a9a') build() { cd $pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --enable-python-binding \ - --with-libgeoip=system + --with-libgeoip=system \ + --with-libiconv make }
