summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')