summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-06-17 16:36:58 +0200
committerXiretza2022-06-17 16:36:58 +0200
commit85d2cea53b2a00324a1c4bfa1fd145cbd9ecdc1c (patch)
treec7afd7228f2d314b3f022faa3449c6f717834ddf
parent738344228cbf870ac8848a63fd17608b4aede1d7 (diff)
downloadaur-85d2cea53b2a00324a1c4bfa1fd145cbd9ecdc1c.tar.gz
Don't try to build against ancient yosys in repos
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d9523a628a..e13ce84a34cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ghdl-yosys-plugin-git
pkgdesc = VHDL synthesis (based on ghdl and yosys)
pkgver = r208.c9b05e4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ghdl/ghdl-yosys-plugin
arch = x86_64
license = GPL3
makedepends = git
depends = ghdl-git
- depends = yosys>0.9
+ depends = yosys>0.12
provides = ghdl-yosys-plugin
conflicts = ghdl-yosys-plugin
source = git+https://github.com/ghdl/ghdl-yosys-plugin.git
diff --git a/PKGBUILD b/PKGBUILD
index b78b016720ad..428d49180b8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ghdl-yosys-plugin-git
pkgver=r208.c9b05e4
-pkgrel=2
+pkgrel=3
arch=('x86_64')
pkgdesc='VHDL synthesis (based on ghdl and yosys)'
url='https://github.com/ghdl/ghdl-yosys-plugin'
@@ -11,7 +11,7 @@ license=('GPL3')
provides=("${pkgname%%-git}")
conflicts=("${pkgname%%-git}")
makedepends=('git')
-depends=('ghdl-git' 'yosys>0.9')
+depends=('ghdl-git' 'yosys>0.12')
source=("git+https://github.com/ghdl/ghdl-yosys-plugin.git")
sha256sums=('SKIP')