summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2015-08-21 13:35:11 -0700
committerAnatol Pomozov2015-08-21 13:35:18 -0700
commit371b97071f0f48c37ae28c5a9c007d1be5c809cb (patch)
tree586417eb20b6972572b78bda685b06bf83dd1490
parentf50e67f037566db1cc1e1af2f96a07509680620c (diff)
downloadaur-371b97071f0f48c37ae28c5a9c007d1be5c809cb.tar.gz
Enable Dediprog/SF-100 support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e89d986bec2..3957305a9643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flashrom-svn
pkgdesc = Flashrom is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI).
- pkgver = 0.9.8.r1888
+ pkgver = 0.9.8.r1896
pkgrel = 1
url = http://www.flashrom.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 411eb9993dc8..c371300a4058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: fill <mailbox@fillo.ru>
pkgname=flashrom-svn
-pkgver=0.9.8.r1888
+pkgver=0.9.8.r1896
pkgrel=1
pkgdesc='Flashrom is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI).'
url='http://www.flashrom.org/'
@@ -30,7 +30,7 @@ prepare() {
build() {
cd flashrom
- make
+ CONFIG_DEDIPROG=yes make
}
package() {