[arch-commits] Commit in flashrom/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jan 2 23:06:36 UTC 2018


    Date: Tuesday, January 2, 2018 @ 23:06:35
  Author: arojas
Revision: 277836

Update to 1.0

Modified:
  flashrom/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-02 23:00:22 UTC (rev 277835)
+++ PKGBUILD	2018-01-02 23:06:35 UTC (rev 277836)
@@ -6,16 +6,16 @@
 # Contributor: Anton Shestakov <engored*ya.ru>
 
 pkgname=flashrom
-pkgver=0.9.9
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
 url="http://www.flashrom.org/"
 arch=('x86_64')
 license=('GPL')
-depends=('libftdi-compat' 'pciutils')
+depends=('libftdi' 'pciutils' 'libusb-compat')
 optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
 source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45')
+sha256sums=('3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64')
 
 prepare() {
 cd $pkgname-$pkgver



More information about the arch-commits mailing list