summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-03-12 23:18:14 +0100
committerXiretza2021-03-13 13:11:11 +0100
commit09bce616cafc5150e070344a9f56f190e185bee2 (patch)
tree5d95488a5d7a0eaf6eda9506cedbf63f33b230da
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
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db12fdeeeb05..faa7c1d83311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghdl-yosys-plugin-git
pkgdesc = VHDL synthesis (based on ghdl and yosys)
- pkgver = r137.386ad81
+ pkgver = r180.db40ae6
pkgrel = 1
url = https://github.com/ghdl/ghdl-yosys-plugin
arch = x86_64
@@ -10,8 +10,6 @@ pkgbase = ghdl-yosys-plugin-git
depends = yosys-git
provides = ghdl-yosys-plugin
conflicts = ghdl-yosys-plugin
- conflicts = ghdlsynth-beta
- replaces = ghdlsynth-beta-git
source = git://github.com/ghdl/ghdl-yosys-plugin.git
sha256sums = SKIP
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')