forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: file:///srv/repos/svn-packages/svn@393230 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
anatolik
committed
Aug 7, 2020
1 parent
70613f6
commit 02ee6a7
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
# Contributor: Tom Newsom <[email protected]> | ||
|
||
pkgname=strace | ||
pkgver=5.7 | ||
pkgver=5.8 | ||
pkgrel=1 | ||
pkgdesc='A diagnostic, debugging and instructional userspace tracer' | ||
arch=(x86_64) | ||
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=('95c9d5aa664982d53ce1e5ab058d8fb73e200f0c' | ||
sha1sums=('0e60844b68a6097d46053488facbd3c40484af27' | ||
'SKIP') | ||
validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <[email protected]> | ||
|
||
|