summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faa7c1d83311..4ae1897e74b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = ghdl-yosys-plugin-git
pkgdesc = VHDL synthesis (based on ghdl and yosys)
- pkgver = r180.db40ae6
- pkgrel = 1
+ pkgver = r187.d7536e6
+ pkgrel = 2
url = https://github.com/ghdl/ghdl-yosys-plugin
arch = x86_64
license = GPL3
makedepends = git
depends = ghdl-git
- depends = yosys-git
+ depends = yosys>0.9
provides = ghdl-yosys-plugin
conflicts = ghdl-yosys-plugin
source = git://github.com/ghdl/ghdl-yosys-plugin.git
sha256sums = SKIP
pkgname = ghdl-yosys-plugin-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 277faca26cc2..b77c8b266973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-yosys-plugin-git
-pkgver=r180.db40ae6
-pkgrel=1
+pkgver=r187.d7536e6
+pkgrel=2
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-git')
+depends=('ghdl-git' 'yosys>0.9')
source=("git://github.com/ghdl/ghdl-yosys-plugin.git")
sha256sums=('SKIP')