[arch-commits] Commit in strace/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Oct 1 00:15:48 UTC 2008
Date: Tuesday, September 30, 2008 @ 20:15:47
Author: eric
Revision: 13985
fixing svn conflict
Modified:
strace/repos/extra-x86_64/ (properties)
strace/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Property changes on: strace/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /strace/trunk:1
+ /strace/trunk:1-13984
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-10-01 00:13:35 UTC (rev 13984)
+++ extra-x86_64/PKGBUILD 2008-10-01 00:15:47 UTC (rev 13985)
@@ -1,16 +1,16 @@
# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=strace
-pkgver=4.5.16
+pkgver=4.5.18
pkgrel=1
pkgdesc="A useful diagnositic, instructional, and debugging tool"
-arch=(i686 x86_64)
-license=(CUSTOM)
-url="http://www.liacs.nl/~wichert/strace/"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://sourceforge.net/projects/strace/"
depends=('glibc')
-source=(http://heanet.dl.sourceforge.net/sourceforge/strace/strace-$pkgver.tar.bz2)
-md5sums=('77f66d09aa82981bb6d65fa19a2c1ba9')
+source=(http://downloads.sourceforge.net/sourceforge/strace/strace-$pkgver.tar.bz2)
+md5sums=('e9449fcee97e6a8ed73934c883c870e0')
build() {
cd $startdir/src/$pkgname-$pkgver
More information about the arch-commits
mailing list