[arch-commits] Commit in libelf/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Jan 31 10:44:04 UTC 2010
Date: Sunday, January 31, 2010 @ 05:44:04
Author: allan
Revision: 66484
upgpkg: libelf 0.8.13-1
upstream update
Modified:
libelf/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-31 10:39:20 UTC (rev 66483)
+++ PKGBUILD 2010-01-31 10:44:04 UTC (rev 66484)
@@ -1,18 +1,18 @@
# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
# Maintainer: Jan de Groot <jgc at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=libelf
-pkgver=0.8.12
+pkgver=0.8.13
pkgrel=1
pkgdesc="libelf is a free ELF object file access library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.mr511.de/software/"
license=('GPL')
+depends=('glibc')
source=(http://www.mr511.de/software/${pkgname}-${pkgver}.tar.gz)
-url="http://www.mr511.de/software/"
-depends=('glibc')
-md5sums=('e21f8273d9f5f6d43a59878dc274fec7')
+md5sums=('4136d7b4c04df68b686570afa26988ac')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list