summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-17 18:15:18 +0300
committerAdrian Perez de Castro2019-10-17 18:15:18 +0300
commit1843b035c7e55d3e00c104e0c685231201fde0f7 (patch)
treeaf94f50eb4e35b4f280e9bd4fd8169f86ea4d7b4 /PKGBUILD
parentdc2761f3635b71701c0d1b970ae9d91598dfc4ba (diff)
downloadaur-1843b035c7e55d3e00c104e0c685231201fde0f7.tar.gz
Switch from LLVM 7 to the current LLVM version
Use as dependencies the current stable LLVM packages. The patches which make Nvc buildable with LLVM 7 also work for the current LLVM version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e61b3bf891b9..f4473cb677a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgdesc='VHDL compiler and simulator'
pkgname=nvc
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
url='https://github.com/nickg/nvc'
license=(GPL3)
-depends=(libelf llvm7-libs)
+depends=(libelf llvm-libs)
conflicts=(nvc-git)
arch=(x86_64 i686)
-makedepends=(pkgconfig make flex check llvm7 tcl automake autoconf)
+makedepends=(pkgconfig make flex check llvm tcl automake autoconf)
_vital_url='https://raw.githubusercontent.com/tgingold/ghdl/master/libraries/vital2000'