Date: Monday, March 15, 2021 @ 21:20:29 Author: anatolik Revision: 410017
upgpkg: strace 5.11-1 Disable mpers feature as it does not compile at Arch Modified: strace/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-15 19:35:40 UTC (rev 410016) +++ PKGBUILD 2021-03-15 21:20:29 UTC (rev 410017) @@ -2,7 +2,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=strace -pkgver=5.10 +pkgver=5.11 pkgrel=1 pkgdesc='A diagnostic, debugging and instructional userspace tracer' arch=(x86_64) @@ -10,14 +10,13 @@ license=(BSD) depends=(perl libunwind) source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc}) -sha1sums=('8b5ced312f379806406a0ee6551fbe373c55e738' +sha1sums=('1b7a533a45b9ca351d7a14702c044b917d11e979' 'SKIP') validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <[email protected]> build() { cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --with-libunwind + ./configure --prefix=/usr --with-libunwind --enable-mpers=no make }
