summaryrefslogtreecommitdiff
path: root/community/flashrom
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
committerroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
commit1f567a9d58d16b76320168f0624aa55bd6320284 (patch)
treee4e7ffadc364d582fccd8543ad1543fa9741a8a7 /community/flashrom
parentf6a79a3f5989efc8db63af942851c56f0c462bb1 (diff)
Mon Feb 27 23:15:24 UTC 2012
Diffstat (limited to 'community/flashrom')
-rw-r--r--community/flashrom/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD
index 1d2d3f824..f2fe8fd82 100644
--- a/community/flashrom/PKGBUILD
+++ b/community/flashrom/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 65775 2012-02-22 12:26:09Z giovanni $
+# $Id: PKGBUILD 66659 2012-02-27 00:56:28Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Cilyan Olowen <gaknar@gmail.com>
# Contributor: fill <mailbox@fillo.ru>
# Contributor: Anton Shestakov <engored*ya.ru>
pkgname=flashrom
-pkgver=0.9.5
+pkgver=0.9.5.1
pkgrel=1
pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
-url="http://www.coreboot.org/Flashrom"
+url="http://www.flashrom.org/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('libftdi')
-makedepends=('zlib' 'pciutils')
+depends=('libftdi' 'pciutils')
+optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6ec5ef19c92e4dc761de9486eee2b30d')
+md5sums=('3b82658d71fb852aa45001cdf5f3e013')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"