summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24d2db36fbc5..f98ed44717e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvc
pkgdesc = VHDL compiler and simulator
pkgver = 1.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nickg/nvc
arch = x86_64
arch = i686
@@ -10,12 +10,12 @@ pkgbase = nvc
makedepends = make
makedepends = flex
makedepends = check
- makedepends = llvm7
+ makedepends = llvm
makedepends = tcl
makedepends = automake
makedepends = autoconf
depends = libelf
- depends = llvm7-libs
+ depends = llvm-libs
conflicts = nvc-git
source = https://github.com/nickg/nvc/releases/download/r1.4.0/nvc-1.4.0.tar.gz
source = https://standards.ieee.org/content/dam/ieee-standards/standards/web/download/1076.2-1996_downloads.zip
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'