[arch-commits] Commit in strace/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Dec 15 07:26:55 UTC 2016


    Date: Thursday, December 15, 2016 @ 07:26:52
  Author: bpiotrowski
Revision: 283315

upgpkg: strace 4.15-1

new upstream release

Modified:
  strace/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-15 01:13:54 UTC (rev 283314)
+++ PKGBUILD	2016-12-15 07:26:52 UTC (rev 283315)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=strace
-pkgver=4.14
+pkgver=4.15
 pkgrel=1
 pkgdesc="A useful diagnositic, instructional, and debugging tool"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('perl' 'libunwind')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz"{,.asc})
-md5sums=('1e39b5f7583256d7dc21170b9da529ae'
+md5sums=('1ff96209fec19914c920608ed0791864'
          'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv at altlinux.org>
 
@@ -19,7 +19,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
-              --with-libunwind
+    --with-libunwind
 
   make
 }



More information about the arch-commits mailing list