mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/strace to 5.7-1
This commit is contained in:
parent
7d0d507f4b
commit
49f18b1c8a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - configure with --enable-mpers=check to fix AArch64 build
|
||||
|
||||
pkgname=strace
|
||||
pkgver=5.6
|
||||
pkgver=5.7
|
||||
pkgrel=1
|
||||
pkgdesc='A diagnostic, debugging and instructional userspace tracer'
|
||||
arch=(x86_64)
|
||||
|
@ -13,7 +13,7 @@ url='https://strace.io/'
|
|||
license=(BSD)
|
||||
depends=(perl libunwind)
|
||||
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
|
||||
sha1sums=('03e0de09e76964c366c85d2af1b6955f626b477d'
|
||||
sha1sums=('95c9d5aa664982d53ce1e5ab058d8fb73e200f0c'
|
||||
'SKIP')
|
||||
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv@altlinux.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue