summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuey-Liang Kao2017-01-17 21:17:12 +0800
committerQuey-Liang Kao2017-01-17 21:17:12 +0800
commit26a78200fca55f0a229a3140abc3ba3a2a251c45 (patch)
treef5f827f2c745d39e91bf9e0a61299ee3e11bd9f1
parent1439c1ed02cead4861e09d36b15b2a1b01a94930 (diff)
downloadaur-26a78200fca55f0a229a3140abc3ba3a2a251c45.tar.gz
work around before flex 2.6.3 is fixed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4cf6a41cfa2..fd079d5972dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hifive1-sdk-git
pkgdesc = The Official SDK of the RISC-V-based HiFive Board
- pkgver = r50.61ac13f
+ pkgver = r71.b2ed074
pkgrel = 1
url = https://www.sifive.com/
install = hifive1-sdk.install
@@ -8,6 +8,7 @@ pkgbase = hifive1-sdk-git
license = APACHE
makedepends = git
depends = libunistring>=0.9.7
+ depends = flex<=2.6.1
options = !strip
source = git+https://github.com/sifive/freedom-e-sdk.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a17987d134cb..a5278c7c7002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Quey-Liang Kao<s101062801@m101.nthu.edu.tw>
pkgname=hifive1-sdk-git
-pkgver=r50.61ac13f
+pkgver=r71.b2ed074
pkgrel=1
pkgdesc="The Official SDK of the RISC-V-based HiFive Board"
-depends=('libunistring>=0.9.7')
+depends=('libunistring>=0.9.7' 'flex<=2.6.1')
makedepends=('git')
arch=('x86_64')
source=("git+https://github.com/sifive/freedom-e-sdk.git")