diff options
Diffstat (limited to 'abs/core')
-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} |