summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-03-12 23:18:14 +0100
committerXiretza2021-03-13 13:11:11 +0100
commit09bce616cafc5150e070344a9f56f190e185bee2 (patch)
tree5d95488a5d7a0eaf6eda9506cedbf63f33b230da /PKGBUILD
parent1441b236c0fe58eda05a7e0740558ee970a725d9 (diff)
downloadaur-09bce616cafc5150e070344a9f56f190e185bee2.tar.gz
Remove mentions of old ghdlsynth-beta name
Repo was renamed on 2020-05-09: https://ghdl.github.io/ghdl/#new-repositories-and-a-wiki-were-created
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc55e6b7dc8b..277faca26cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-yosys-plugin-git
-pkgver=r137.386ad81
+pkgver=r180.db40ae6
pkgrel=1
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')
+provides=("${pkgname%%-git}")
+conflicts=("${pkgname%%-git}")
makedepends=('git')
depends=('ghdl-git' 'yosys-git')