diff options
author | Xiretza | 2021-03-12 23:18:14 +0100 |
---|---|---|
committer | Xiretza | 2021-03-13 13:11:11 +0100 |
commit | 09bce616cafc5150e070344a9f56f190e185bee2 (patch) | |
tree | 5d95488a5d7a0eaf6eda9506cedbf63f33b230da /PKGBUILD | |
parent | 1441b236c0fe58eda05a7e0740558ee970a725d9 (diff) | |
download | aur-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-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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') |