diff options
-rw-r--r-- | pcr/icestorm-git/PKGBUILD | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/pcr/icestorm-git/PKGBUILD b/pcr/icestorm-git/PKGBUILD index 8c86279a3..4e06aed6e 100644 --- a/pcr/icestorm-git/PKGBUILD +++ b/pcr/icestorm-git/PKGBUILD @@ -2,17 +2,9 @@ # 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=r546.4cdf41c -# 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 +pkgver=r776.0dfc713 +_commit=0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89 pkgrel=1 pkgdesc="Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)" arch=('armv7h' 'i686' 'x86_64') |