diff options
Diffstat (limited to 'extra/libtorrent-rasterbar/PKGBUILD')
-rw-r--r-- | extra/libtorrent-rasterbar/PKGBUILD | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD index 690fad857..4754ec3b6 100644 --- a/extra/libtorrent-rasterbar/PKGBUILD +++ b/extra/libtorrent-rasterbar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198249 2013-10-30 13:43:21Z allan $ +# $Id: PKGBUILD 198715 2013-11-02 08:58:54Z ioni $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libtorrent-rasterbar -pkgver=0.16.10 -pkgrel=2 +pkgver=0.16.12 +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/" @@ -13,15 +13,8 @@ license=('BSD') depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz - 'boost-154.patch') -sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42' - 'b1e66ffbeba5c2b217bc0d02bc2c49aa6b603fa3') - -prepare() { - cd $pkgname-$pkgver - patch -p1 -i "${srcdir}"/boost-154.patch -} +source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207') build() { cd $pkgname-$pkgver |