summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReza Jahanbakhshi2022-08-14 12:11:37 +0200
committerReza Jahanbakhshi2022-08-14 12:11:37 +0200
commitea75f3382927d5df2cd23452e1f6fdf887b35530 (patch)
tree4caaacf8c0a4389fad66861cd0a81e4cd615647d /PKGBUILD
parentc78d2d7f3f29e6befaa025fae0c3fdc45bec1c00 (diff)
downloadaur-ea75f3382927d5df2cd23452e1f6fdf887b35530.tar.gz
ocaml-stdlib-shims added to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4449fd6951bf..a8b0174d45e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
pkgname=('llvm-git' 'llvm-libs-git' 'llvm-ocaml-git')
-pkgver=14.0.0_r413047.c703d77a61ac
+pkgver=16.0.0_r432910.6b6e9d22684d
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
@@ -24,7 +24,7 @@ license=('custom:Apache 2.0 with LLVM Exception')
makedepends=('git' 'cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2' 'python-sphinx'
'python-sphinx-automodapi' 'lldb' 'ocaml' 'ocaml-ctypes' 'ocaml-findlib'
'python-sphinx' 'python-recommonmark' 'swig' 'python' 'python-six' 'lua53'
- 'ocl-icd' 'opencl-headers' 'z3' 'jsoncpp')
+ 'ocl-icd' 'opencl-headers' 'z3' 'jsoncpp' 'ocaml-stdlib-shims')
checkdepends=("python-psutil")
source=("llvm-project::git+https://github.com/llvm/llvm-project.git"
"llvm-config.h")