summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9675180ff47..00674df32473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = llvm-git
- pkgver = 13.0.0_r391812.dfb8c0873984
+ pkgver = 14.0.0_r396592.7313a6d87c04
pkgrel = 1
url = https://llvm.org/
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = llvm-git
pkgname = llvm-git
pkgdesc = LLVM development version. includes clang and many other tools
- depends = llvm-libs-git=13.0.0_r391812.dfb8c0873984-1
+ depends = llvm-libs-git=14.0.0_r396592.7313a6d87c04-1
depends = perl
optdepends = python: for scripts
optdepends = python-setuptools: for using lit = LLVM Integrated Tester
@@ -47,6 +47,7 @@ pkgname = llvm-git
provides = lldb-git
provides = lld-git
provides = polly-git
+ provides = llvm
provides = compiler-rt
provides = clang
provides = lldb
@@ -75,7 +76,7 @@ pkgname = llvm-libs-git
pkgname = llvm-ocaml-git
pkgdesc = OCaml bindings for LLVM
- depends = llvm-git=13.0.0_r391812.dfb8c0873984-1
+ depends = llvm-git=14.0.0_r396592.7313a6d87c04-1
depends = ocaml
depends = ocaml-ctypes
provides = llvm-ocaml
diff --git a/PKGBUILD b/PKGBUILD
index a5b08aef60db..9073e60a0ead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
pkgname=('llvm-git' 'llvm-libs-git' 'llvm-ocaml-git')
-pkgver=13.0.0_r391812.dfb8c0873984
+pkgver=14.0.0_r396592.7313a6d87c04
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
@@ -108,7 +108,7 @@ package_llvm-git() {
'python-setuptools: for using lit = LLVM Integrated Tester'
)
provides=(aur-llvm-git compiler-rt-git clang-git lldb-git lld-git polly-git
- compiler-rt clang lldb polly lld )
+ llvm compiler-rt clang lldb polly lld )
# A package always provides itself, so there's no need to provide llvm-git
conflicts=('llvm' 'compiler-rt' 'clang' 'lldb' 'polly' 'lld')