summaryrefslogtreecommitdiff
path: root/extra/strace/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/strace/PKGBUILD')
-rw-r--r--extra/strace/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/strace/PKGBUILD b/extra/strace/PKGBUILD
index ab50710c8..30a93a69f 100644
--- a/extra/strace/PKGBUILD
+++ b/extra/strace/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 143986 2011-12-01 15:13:39Z giovanni $
+# $Id: PKGBUILD 158298 2012-05-03 15:18:30Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=strace
-pkgver=4.6
-pkgrel=2
+pkgver=4.7
+pkgrel=1
pkgdesc="A useful diagnositic, instructional, and debugging tool"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/strace/"
license=('custom')
depends=('perl')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz")
-md5sums=('e537b2b1afeec70c0e6e27a0d0fd671e')
+md5sums=('6054c3880a00c6703f83b57f15e04642')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"