summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuey-Liang Kao2017-02-24 20:17:45 +0800
committerQuey-Liang Kao2017-02-24 20:17:45 +0800
commit90fc5037b3bac1d1da0ad905b0b1e74f8bff2cc2 (patch)
treef78b18bb7cfec1fc69782062e6ee4c15bc8fbee0
parent26a78200fca55f0a229a3140abc3ba3a2a251c45 (diff)
downloadaur-90fc5037b3bac1d1da0ad905b0b1e74f8bff2cc2.tar.gz
fix the flex dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd079d5972dc..4edd4385959f 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 = r71.b2ed074
+ pkgver = r94.b7c778c
pkgrel = 1
url = https://www.sifive.com/
install = hifive1-sdk.install
@@ -8,7 +8,7 @@ pkgbase = hifive1-sdk-git
license = APACHE
makedepends = git
depends = libunistring>=0.9.7
- depends = flex<=2.6.1
+ depends = flex-git
options = !strip
source = git+https://github.com/sifive/freedom-e-sdk.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a5278c7c7002..0046e2661450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Quey-Liang Kao<s101062801@m101.nthu.edu.tw>
pkgname=hifive1-sdk-git
-pkgver=r71.b2ed074
+pkgver=r94.b7c778c
pkgrel=1
pkgdesc="The Official SDK of the RISC-V-based HiFive Board"
-depends=('libunistring>=0.9.7' 'flex<=2.6.1')
+depends=('libunistring>=0.9.7' 'flex-git')
makedepends=('git')
arch=('x86_64')
source=("git+https://github.com/sifive/freedom-e-sdk.git")