summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-04-01 17:49:05 +0200
committerXiretza2020-04-01 17:49:05 +0200
commit2d51b922c55cd975d34b94567aed3cd7953c8699 (patch)
tree12283bc46d98ecd285a7d6258bb39fb3c7989e25
parentfd75ff9632fad759101db7aac2149454ad0f34c1 (diff)
downloadaur-2d51b922c55cd975d34b94567aed3cd7953c8699.tar.gz
Remove clang dependency, re-enable debug builds
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23da7ff752b5..02b879751fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = ghdl-yosys-plugin-git
pkgdesc = VHDL synthesis (based on ghdl and yosys)
pkgver = r123.ef286d8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ghdl/ghdl-yosys-plugin
arch = x86_64
license = GPL3
makedepends = git
- makedepends = clang
depends = ghdl-git
depends = yosys
provides = ghdl-yosys-plugin
conflicts = ghdl-yosys-plugin
conflicts = ghdlsynth-beta
replaces = ghdlsynth-beta-git
- options = !debug
source = git://github.com/ghdl/ghdl-yosys-plugin.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 760380fdeca0..078cd6ffa5c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ghdl-yosys-plugin-git
pkgver=r123.ef286d8
-pkgrel=1
+pkgrel=2
arch=('x86_64')
pkgdesc='VHDL synthesis (based on ghdl and yosys)'
url='https://github.com/ghdl/ghdl-yosys-plugin'
@@ -14,13 +14,11 @@ 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' 'clang')
+makedepends=('git')
depends=('ghdl-git' 'yosys')
source=("git://github.com/ghdl/ghdl-yosys-plugin.git")
sha256sums=('SKIP')
-# clang-9: error: unknown argument: '-fvar-tracking-assignments'
-options=(!debug)
pkgver() {
cd "${srcdir}/ghdl-yosys-plugin"