strace: update to 4.17

This commit is contained in:
gnastyle 2017-05-25 21:44:24 +02:00
parent 1668240074
commit 38e252c5c6

View File

@ -1,5 +1,5 @@
pkgname=strace
pkgver=4.16
pkgver=4.17
pkgrel=1
pkgdesc="A useful diagnositic, instructional, and debugging tool"
arch=('x86_64')
@ -7,7 +7,7 @@ url="http://sourceforge.net/projects/strace/"
license=('custom')
depends=('perl')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz)
sha256sums=('98487cb5178ec1259986cc9f6e2a844f50e5d1208c112cc22431a1e4d9adf0ef')
sha256sums=('81f35b085fbb3cfa806eb521a8522ac3406deaccfe121ce35064bad268237419')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"