mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
[testing] strace:update to 4.24
This commit is contained in:
parent
ac4d6d1ccb
commit
b9ea4c2ea0
@ -1,13 +1,17 @@
|
|||||||
pkgname=strace
|
pkgname=strace
|
||||||
pkgver=4.20
|
pkgver=4.24
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A useful diagnositic, instructional, and debugging tool"
|
pkgdesc="A useful diagnositic, instructional, and debugging tool"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://sourceforge.net/projects/strace/"
|
url="https://strace.io/"
|
||||||
license=('custom')
|
license=('custom:BSD-like')
|
||||||
depends=('perl' 'libunwind')
|
depends=('perl' 'libunwind')
|
||||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz)
|
checkdepends=('valgrind')
|
||||||
sha256sums=('5bf3148dd17306a42566f7da17368fdd781afa147db05ea63a4ca2b50f58c523')
|
source=("https://strace.io/files/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
|
||||||
|
# Backup source: "https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||||
|
sha256sums=('1f4e59fc1edfa2bfb4adf2a748623dc25b105ec79713dd84404199f91b0b0634'
|
||||||
|
'SKIP')
|
||||||
|
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user