summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber2024-05-24 00:22:15 +0200
committerNico Huber2024-05-24 00:22:15 +0200
commitdddfe3cf1d1ae4a90888f3ab1910f64cf4a7c9bf (patch)
treedbea4ccd5097ff47f52fb9b915b2a59f55b44590
parentee0ed2a4166c76c9d3d7e907aaa964ef84b68562 (diff)
downloadaur-flashprog.tar.gz
Bump to v1.1
Also build `ich_descriptor_tool' explicitly, as there is a stale "if x86" in the Makefile.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57435d0d16f8..ef7a4c2ff654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flashprog
pkgdesc = Flashprog is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI).
- pkgver = 1.0.1
+ pkgver = 1.1
pkgrel = 1
url = https://flashprog.org/
arch = riscv64
@@ -18,7 +18,7 @@ pkgbase = flashprog
depends = libjaylink
depends = libgpiod
optdepends = dmidecode: for SMBIOS/DMI table decoder support
- source = git+https://review.sourcearcade.org/flashprog.git?signed#tag=v1.0.1
+ source = git+https://review.sourcearcade.org/flashprog.git?signed#tag=v1.1
validpgpkeys = 2853079C9C66AB7E82C64966A5C163B7E557CAEB
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b57ef8c7dddd..ef30892ebc7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="flashprog"
pkgdesc="Flashprog is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI)."
-pkgver=1.0.1
+pkgver=1.1
pkgrel=1
url="https://flashprog.org/"
license=('GPL')
@@ -17,6 +17,7 @@ arch=('riscv64' 'aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
build() {
cd "${srcdir}/${pkgname}"
make
+ make -C util/ich_descriptors_tool/
}
package() {