Date: Wednesday, May 13, 2015 @ 16:46:19 Author: foutrelis Revision: 239292
upgpkg: libtorrent-rasterbar 1:1.0.5-1 New upstream release. Modified: libtorrent-rasterbar/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-13 14:18:25 UTC (rev 239291) +++ PKGBUILD 2015-05-13 14:46:19 UTC (rev 239292) @@ -3,10 +3,10 @@ # Contributor: Hugo Doria <[email protected]> pkgname=libtorrent-rasterbar -pkgver=0.16.17 -pkgrel=4 +pkgver=1.0.5 +pkgrel=1 epoch=1 -pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" +pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around" url="http://www.rasterbar.com/products/libtorrent/" arch=('i686' 'x86_64') license=('BSD') @@ -14,13 +14,16 @@ makedepends=('boost') options=('!emptydirs') source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz) -sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740') +sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5') build() { cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --enable-python-binding \ - --with-libgeoip=system + PYTHON=/usr/bin/python2 \ + ./configure \ + --prefix=/usr \ + --enable-python-binding \ + --with-libgeoip=system \ + --with-libiconv make } @@ -27,5 +30,5 @@ package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
