summaryrefslogtreecommitdiff
path: root/extra/libtorrent-rasterbar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libtorrent-rasterbar/PKGBUILD')
-rw-r--r--extra/libtorrent-rasterbar/PKGBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD
index fe99ba444..aff383828 100644
--- a/extra/libtorrent-rasterbar/PKGBUILD
+++ b/extra/libtorrent-rasterbar/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 190043 2013-07-13 12:41:37Z svenstaro $
+# $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/"
@@ -12,16 +12,9 @@ arch=('i686' 'x86_64' 'mips64el')
license=('BSD')
depends=('boost-libs' 'geoip' 'python2')
makedepends=('boost')
-options=('!libtool' '!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
-}
+options=('!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
build() {
cd $pkgname-$pkgver