diff options
Diffstat (limited to 'extra/libtorrent-rasterbar/PKGBUILD')
-rw-r--r-- | extra/libtorrent-rasterbar/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD index a22fdf1ac..b83b9babd 100644 --- a/extra/libtorrent-rasterbar/PKGBUILD +++ b/extra/libtorrent-rasterbar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169448 2012-10-21 11:01:54Z ibiru $ +# $Id: PKGBUILD 169612 2012-10-24 12:56:39Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libtorrent-rasterbar -pkgver=0.16.4 +pkgver=0.16.5 pkgrel=1 epoch=1 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" @@ -14,7 +14,7 @@ depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!libtool' '!emptydirs') source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('f8695373c574a6801b4dfe7030e0a0c4bb610abd') +sha1sums=('dde29c7a51392d9098de23e2e69a993a5c380016') build() { cd $pkgname-$pkgver |