summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc55e6b7dc8b..b6dd7b547377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-yosys-plugin-git
-pkgver=r137.386ad81
-pkgrel=1
+pkgver=r219.5b64ccf
+pkgrel=2
arch=('x86_64')
pkgdesc='VHDL synthesis (based on ghdl and yosys)'
url='https://github.com/ghdl/ghdl-yosys-plugin'
license=('GPL3')
-provides=('ghdl-yosys-plugin')
-conflicts=('ghdl-yosys-plugin' 'ghdlsynth-beta')
-replaces=('ghdlsynth-beta-git')
-makedepends=('git')
-depends=('ghdl-git' 'yosys-git')
+provides=("${pkgname%%-git}")
+conflicts=("${pkgname%%-git}")
+makedepends=('git' 'boost')
+depends=('ghdl-git' 'yosys')
-source=("git://github.com/ghdl/ghdl-yosys-plugin.git")
+source=("git+https://github.com/ghdl/ghdl-yosys-plugin.git")
sha256sums=('SKIP')
pkgver() {