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

Felix Yan felixonmars at archlinux.org
Wed Sep 23 12:42:17 UTC 2020


    Date: Wednesday, September 23, 2020 @ 12:42:14
  Author: felixonmars
Revision: 396436

upgpkg: libtorrent-rasterbar 1:1.2.10-2: Add a fix for FS#67754

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-23 08:31:38 UTC (rev 396435)
+++ PKGBUILD	2020-09-23 12:42:14 UTC (rev 396436)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-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="https://www.rasterbar.com/products/libtorrent/"
@@ -13,12 +13,16 @@
 depends=('boost-libs')
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz
+        cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
+sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f'
+            '08a42feb95a53ed2e932abf60f9f654df7031676334f07996fa2fbbdde0758d54058f7ffc772fd36a5c92cd1dd4da0d556e267536347516a29f9828b4b99c5b7')
 
 prepare() {
   mkdir py2 py3
   cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/67754
+  patch -p1 -i ../cxx14-fix.patch
 
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac



More information about the arch-commits mailing list