[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 08:08:06 UTC 2020
Date: Tuesday, November 10, 2020 @ 08:08:05
Author: felixonmars
Revision: 400042
fix checksum for patch (FS#68107)
Modified:
libtorrent-rasterbar/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-10 07:55:51 UTC (rev 400041)
+++ PKGBUILD 2020-11-10 08:08:05 UTC (rev 400042)
@@ -14,15 +14,15 @@
makedepends=('boost' 'python2' 'python')
options=('!emptydirs')
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)
+ $pkgname-cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f'
- '08a42feb95a53ed2e932abf60f9f654df7031676334f07996fa2fbbdde0758d54058f7ffc772fd36a5c92cd1dd4da0d556e267536347516a29f9828b4b99c5b7')
+ '94ddc3bdfc33f7b5300cc01b7c821dbd9a1433cae93bb7d467a1a732e84e7be4a6e75fbd69e88802e2eecca9c8541ecd1856d4ca2b508af224562cb05de80cca')
prepare() {
mkdir py2 py3
cd $pkgname-$pkgver
# https://bugs.archlinux.org/task/67754
- patch -p1 -i ../cxx14-fix.patch
+ patch -p1 -i ../$pkgname-cxx14-fix.patch
# Avoid depending on newer processors
sed -i 's/-msse4.2//' configure.ac
More information about the arch-commits
mailing list