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

Felix Yan felixonmars at archlinux.org
Thu Oct 19 03:22:56 UTC 2017


    Date: Thursday, October 19, 2017 @ 03:22:55
  Author: felixonmars
Revision: 308238

upgpkg: libtorrent-rasterbar 1:1.1.5-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 23:51:43 UTC (rev 308237)
+++ PKGBUILD	2017-10-19 03:22:55 UTC (rev 308238)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.1.5
+pkgrel=1
 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,17 +15,13 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-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')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha512sums=('edaff6347bf922af8b6d74e332e180fe122f64152a152fb905f4f2c3371dc29d668fc2b0ffcda3f56b50a1a51b25d1a3ae4284ed6e09f6a2eb7b34bcce8dd9c7')
 
 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