mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/strace to 4.23-1
This commit is contained in:
parent
2afa938049
commit
52ce2141bb
1 changed files with 5 additions and 5 deletions
|
@ -6,16 +6,16 @@
|
||||||
# - configure with --enable-mpers=check to fix AArch64 build
|
# - configure with --enable-mpers=check to fix AArch64 build
|
||||||
|
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
pkgver=4.21
|
pkgver=4.23
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A diagnostic, debugging and instructional userspace tracer'
|
pkgdesc='A diagnostic, debugging and instructional userspace tracer'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='http://sourceforge.net/projects/strace/'
|
url='https://strace.io/'
|
||||||
license=(BSD)
|
license=(BSD)
|
||||||
depends=(perl libunwind)
|
depends=(perl libunwind)
|
||||||
source=(http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.xz{,.asc})
|
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
|
||||||
md5sums=('2f3d225b4de54ffe49a392f39923c5fd'
|
sha1sums=('a40a46f4861deb122da45dcc715fb39fd68f9120'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv@altlinux.org>
|
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue