diff options
Diffstat (limited to 'extra/libtorrent-rasterbar/PKGBUILD')
-rw-r--r-- | extra/libtorrent-rasterbar/PKGBUILD | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD index b14bf1b55..1ae9d45b0 100644 --- a/extra/libtorrent-rasterbar/PKGBUILD +++ b/extra/libtorrent-rasterbar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 186514 2013-05-28 09:58:04Z ioni $ +# $Id: PKGBUILD 190043 2013-07-13 12:41:37Z svenstaro $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libtorrent-rasterbar pkgver=0.16.10 -pkgrel=1 +pkgrel=2 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,8 +13,15 @@ license=('BSD') depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!libtool' '!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42') +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 +} build() { cd $pkgname-$pkgver |