[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD boost-154.patch)

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Sat Nov 2 08:57:43 UTC 2013


    Date: Saturday, November 2, 2013 @ 09:57:43
  Author: ioni
Revision: 198713

pdate to 0.16.12

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD
Deleted:
  libtorrent-rasterbar/trunk/boost-154.patch

-----------------+
 PKGBUILD        |   15 ++++-----------
 boost-154.patch |   11 -----------
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-02 08:56:37 UTC (rev 198712)
+++ PKGBUILD	2013-11-02 08:57:43 UTC (rev 198713)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria <hugo at 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,16 +13,9 @@
 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')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i "${srcdir}"/boost-154.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \

Deleted: boost-154.patch
===================================================================
--- boost-154.patch	2013-11-02 08:56:37 UTC (rev 198712)
+++ boost-154.patch	2013-11-02 08:57:43 UTC (rev 198713)
@@ -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"




More information about the arch-commits mailing list