diff --git a/extra/strace/PKGBUILD b/extra/strace/PKGBUILD index 22d50b502..6065c35eb 100644 --- a/extra/strace/PKGBUILD +++ b/extra/strace/PKGBUILD @@ -6,16 +6,16 @@ # - configure with --enable-mpers=check to fix AArch64 build pkgname=strace -pkgver=4.21 +pkgver=4.23 pkgrel=1 pkgdesc='A diagnostic, debugging and instructional userspace tracer' arch=(x86_64) -url='http://sourceforge.net/projects/strace/' +url='https://strace.io/' license=(BSD) depends=(perl libunwind) -source=(http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.xz{,.asc}) -md5sums=('2f3d225b4de54ffe49a392f39923c5fd' - 'SKIP') +source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc}) +sha1sums=('a40a46f4861deb122da45dcc715fb39fd68f9120' + 'SKIP') validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin build() {