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

Giovanni Scafora giovanni at nymeria.archlinux.org
Thu Jun 6 14:47:18 UTC 2013


    Date: Thursday, June 6, 2013 @ 16:47:18
  Author: giovanni
Revision: 187819

upgpkg: strace 4.8-1

upstream release

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-06 13:48:42 UTC (rev 187818)
+++ PKGBUILD	2013-06-06 14:47:18 UTC (rev 187819)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=strace
-pkgver=4.7
+pkgver=4.8
 pkgrel=1
 pkgdesc="A useful diagnositic, instructional, and debugging tool"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('perl')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz")
-md5sums=('6054c3880a00c6703f83b57f15e04642')
+md5sums=('c575ef43829586801f514fd91bfe7575')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,5 +24,5 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list