[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Sep 10 11:32:09 UTC 2017


    Date: Sunday, September 10, 2017 @ 11:32:08
  Author: arojas
Revision: 305240

boost 1.65 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 11:25:50 UTC (rev 305239)
+++ PKGBUILD	2017-09-10 11:32:08 UTC (rev 305240)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/"
@@ -15,13 +15,17 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('5a515b44a71582bd81a3794c666f3b88478f7a987527fa6d80bc9b3291932a9f13ca730732056cd155a65934328406eeeebb24b8db5e05c96ea7672ab88b5302')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz
+        libtorrent-boost-1.65.patch::"https://github.com/arvidn/libtorrent/commit/7eb3cf6b.patch")
+sha512sums=('5a515b44a71582bd81a3794c666f3b88478f7a987527fa6d80bc9b3291932a9f13ca730732056cd155a65934328406eeeebb24b8db5e05c96ea7672ab88b5302'
+            'b5b3327c7584b3f2a693c19c8824de5ad8d33713ca88ce29aef9594c552a35355eb30a2876db11b7427d8863116f03df35502acd7d775ea1dc2b5974214e0583')
 
 prepare() {
   mkdir py2 py3
   cd libtorrent-libtorrent-${_pkgver}
 
+  # Fix build with boost 1.65
+  patch -p1 -i ../libtorrent-boost-1.65.patch
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
 



More information about the arch-commits mailing list