diff --git a/libtorrent-rasterbar/PKGBUILD b/libtorrent-rasterbar/PKGBUILD index 90722bb36..38d44f44a 100755 --- a/libtorrent-rasterbar/PKGBUILD +++ b/libtorrent-rasterbar/PKGBUILD @@ -1,20 +1,25 @@ -# Maintainer: Neophytos Kolokotronis +# Maintainer: UtG pkgname=libtorrent-rasterbar -pkgver=0.16.15 +pkgver=0.16.16 pkgrel=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=('x86_64') -license=('custom') -depends=('boost-libs' 'python2') +license=('BSD') +depends=('boost-libs' 'python2' 'geoip') makedepends=('boost') +options=('!emptydirs') source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz) -sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d') +sha1sums=('de8faed5cbc09baddb2748cb7b75edd07ab0addc') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-python-binding + #./configure --prefix=/usr --enable-python-binding + #make + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --enable-python-binding \ + --with-libgeoip=system make }