summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2021-01-22 16:01:40 +0100
committerLone_Wolf2021-01-22 16:01:40 +0100
commitd9c33f8954a8a4c9f39d6f24402f28df018f1b5c (patch)
tree77647eae086e4f82d5bf46d92890d169bb1a1e52 /PKGBUILD
parent2a9ceeb67a7a6a53ff125e57c8a52d775c15757e (diff)
downloadaur-d9c33f8954a8a4c9f39d6f24402f28df018f1b5c.tar.gz
building documentation fails without 2 new depedencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ace6214c2d5a..90b132840fda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,12 @@
pkgname=('llvm-git' 'llvm-libs-git' 'llvm-ocaml-git')
-pkgver=12.0.0_r373974.e1b8e8a1f4c3
+pkgver=12.0.0_r377736.98a8344895a8
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=( 'git' 'cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2' 'python-sphinx'
+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' 'lua' 'ocl-icd' 'opencl-headers' 'z3' 'jsoncpp')
source=("llvm-project::git+https://github.com/llvm/llvm-project.git"