summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-09-27 19:43:47 +0200
committerXiretza2021-09-27 19:44:24 +0200
commit46335090cdebce08ec0d7a064b02a15b88bc2de0 (patch)
tree9c0fe55e7309886730e56c5f4cb87dc021c8c9ee
parent09bce616cafc5150e070344a9f56f190e185bee2 (diff)
downloadaur-46335090cdebce08ec0d7a064b02a15b88bc2de0.tar.gz
change yosys dependendency from yosys-git to yosys>0.9
-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')