summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84482627b489..ad874469bd89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icestorm-git
pkgdesc = Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
- pkgver = r144.75421c0
+ pkgver = r170.da6ad20
pkgrel = 1
url = http://www.clifford.at/icestorm/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 305e3af69026..8992f7a377b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sebastian Bøe <sebastianbooe@gmail.com>
pkgname=icestorm-git
-pkgver=r144.75421c0
+pkgver=r170.da6ad20
pkgrel=1
pkgdesc="Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)"
arch=('x86_64')
@@ -26,7 +26,9 @@ build() {
# more widespread on Arch (gcc is in base-devel).
CXX=gcc
- make CXX=$CXX
+ make \
+ CXX=$CXX \
+ PREFIX=$_prefix
}
package() {