author | Giovanni Scafora
<giovanni@archlinux.org> 2013-08-15 04:30:19 UTC |
committer | Giovanni Scafora
<giovanni@archlinux.org> 2013-08-15 04:30:19 UTC |
parent | 472ce6fefac98be9996c0d46c64df9629d8eb4e2 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 598c89a..669b21a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Anton Shestakov <engored*ya.ru> pkgname=flashrom -pkgver=0.9.6.1 -pkgrel=2 +pkgver=0.9.7 +pkgrel=1 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.flashrom.org/" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL') depends=('libftdi' 'pciutils') optdepends=('dmidecode: for SMBIOS/DMI table decoder support') source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2") -md5sums=('407e836c0a2b17ec76583cb6809f65e5') +md5sums=('d239bafa1b46619d851f70f84a5b122a') build() { cd "${srcdir}/${pkgname}-${pkgver}"