summaryrefslogtreecommitdiff
path: root/pcr/icestorm-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/icestorm-git/PKGBUILD')
-rw-r--r--pcr/icestorm-git/PKGBUILD15
1 files changed, 12 insertions, 3 deletions
diff --git a/pcr/icestorm-git/PKGBUILD b/pcr/icestorm-git/PKGBUILD
index 318127631..9d316213e 100644
--- a/pcr/icestorm-git/PKGBUILD
+++ b/pcr/icestorm-git/PKGBUILD
@@ -1,9 +1,18 @@
# Maintainer (AUR): Sebastian Bøe <sebastianbooe@gmail.com>
-# Maintainer: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
# parabola changes and rationale:
# - Added armv7h and i686 architectures support
+# - Modified to use a fixed git revision
+# TODO: Bugreport about the broken build with
+# c1d7ef8b529953bb38f575930eca662d714385abx
pkgname=icestorm-git
-pkgver=r774.7afc64b
+pkgver=20210306
+# c1d7ef8b529953bb38f575930eca662d714385ab broke the build with the following
+# error, so we use the commit right before it:
+# icetime.cc: In function ‘std::string ecnetname_to_vlog(std::string)’:
+# icetime.cc:1313:15: error: ‘invalid_argument’ in namespace ‘std’ does not name a type
+# 1313 | } catch(std::invalid_argument &e) { // Not numeric and stoi throws exception
+# | ^~~~~~~~~~~~~~~~
+_commit=4cdf41c8408c092e69b819bdbad5a39c1e43943b
pkgrel=1
pkgdesc="Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)"
arch=('armv7h' 'i686' 'x86_64')
@@ -13,7 +22,7 @@ depends=('python' 'libftdi-compat')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/cliffordwolf/icestorm.git')
+source=("git+https://github.com/cliffordwolf/icestorm.git#commit=${_commit}")
md5sums=('SKIP')
_prefix="/usr"