summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-04-27 17:38:06 +0200
committerXiretza2020-04-27 17:38:06 +0200
commit3368069c4bd166bd2408a79f80b1e0754a703672 (patch)
tree6f970175a3f3edc6f50240c007c9f23625da6489
parent2d51b922c55cd975d34b94567aed3cd7953c8699 (diff)
downloadaur-3368069c4bd166bd2408a79f80b1e0754a703672.tar.gz
Change depends to yosys-git
Doesn't build with release yosys anymore since 0a8a2e9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02b879751fca..2488063f2500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = ghdl-yosys-plugin-git
license = GPL3
makedepends = git
depends = ghdl-git
- depends = yosys
+ depends = yosys-git
provides = ghdl-yosys-plugin
conflicts = ghdl-yosys-plugin
conflicts = ghdlsynth-beta
diff --git a/PKGBUILD b/PKGBUILD
index 078cd6ffa5c3..bc55e6b7dc8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-yosys-plugin-git
-pkgver=r123.ef286d8
-pkgrel=2
+pkgver=r137.386ad81
+pkgrel=1
arch=('x86_64')
pkgdesc='VHDL synthesis (based on ghdl and yosys)'
url='https://github.com/ghdl/ghdl-yosys-plugin'
@@ -11,11 +11,8 @@ license=('GPL3')
provides=('ghdl-yosys-plugin')
conflicts=('ghdl-yosys-plugin' 'ghdlsynth-beta')
replaces=('ghdlsynth-beta-git')
-# By default, this AUR package is linked against community/yosys and won't work
-# with yosys-git. If you want to use the plugin with yosys-git, it might be
-# easiest to just build it locally.
makedepends=('git')
-depends=('ghdl-git' 'yosys')
+depends=('ghdl-git' 'yosys-git')
source=("git://github.com/ghdl/ghdl-yosys-plugin.git")
sha256sums=('SKIP')