diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-05 03:11:49 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-05 03:11:49 (GMT) |
commit | 3f7ae31f8be2eb08c436df6449f8e35050d415a3 (patch) | |
tree | 061427f49c25844e2d1c8de47a80702ec427a44d /abs | |
parent | 4f8fe041f8dd4dffb1746c6744a3aedbbf023df6 (diff) | |
download | linhes_pkgbuild-3f7ae31f8be2eb08c436df6449f8e35050d415a3.zip linhes_pkgbuild-3f7ae31f8be2eb08c436df6449f8e35050d415a3.tar.gz linhes_pkgbuild-3f7ae31f8be2eb08c436df6449f8e35050d415a3.tar.bz2 |
dmidecode:Bumped to latest.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/dmidecode/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core/dmidecode/PKGBUILD b/abs/core/dmidecode/PKGBUILD index c29957a..cb42b03 100644 --- a/abs/core/dmidecode/PKGBUILD +++ b/abs/core/dmidecode/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: Jan de Groot <jgc@archlinux.org> -# Contributor: Giovanni Scafora <linuxmania@gmail.com> +# $Id: PKGBUILD 19464 2008-11-23 22:53:14Z giovanni $ +# Maintainer: Giovanni Scafora <giovanni@archlinux.org> +# Contributor: Jan de Groot <jgc@archlinux.org> pkgname=dmidecode -pkgver=2.9 -pkgrel=2 +pkgver=2.10 +pkgrel=1 pkgdesc="Desktop Management Interface table related utilities" -arch=('i686') +arch=('i686' 'x86_64') url="http://www.nongnu.org/dmidecode" license=('GPL') depends=('glibc') source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('3dac4b1817012ffebd78671473d8f56c') +md5sums=('3c9c4d55a40b78600f3b43bfa64616f9') build() { cd ${startdir}/src/${pkgname}-${pkgver} |