summaryrefslogtreecommitdiff
path: root/extra/libtorrent-rasterbar
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-03 01:06:08 -0700
committerroot <root@rshg054.dnsready.net>2013-11-03 01:06:08 -0700
commit1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch)
treea02b709cc5107313c2a640ad192b4a4cb790df4f /extra/libtorrent-rasterbar
parent02c5897cefdb4df89590f03c12870ad263240ebd (diff)
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'extra/libtorrent-rasterbar')
-rw-r--r--extra/libtorrent-rasterbar/PKGBUILD17
-rw-r--r--extra/libtorrent-rasterbar/boost-154.patch11
2 files changed, 5 insertions, 23 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
diff --git a/extra/libtorrent-rasterbar/boost-154.patch b/extra/libtorrent-rasterbar/boost-154.patch
deleted file mode 100644
index 5d556310b..000000000
--- a/extra/libtorrent-rasterbar/boost-154.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~ 2013-07-11 07:37:03.057798742 +0000
-+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp 2013-07-11 07:37:27.110960260 +0000
-@@ -33,6 +33,8 @@
- #ifndef TORRENT_DISK_BUFFER_POOL
- #define TORRENT_DISK_BUFFER_POOL
-
-+#include <boost/noncopyable.hpp>
-+
- #include "libtorrent/config.hpp"
- #include "libtorrent/thread.hpp"
- #include "libtorrent/session_settings.hpp"