summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov2019-03-29 18:59:21 +0100
committerYurii Kolesnykov2019-03-29 18:59:21 +0100
commit87f1ebd8b7bc977d6469f94e164d0b0471052bf3 (patch)
tree1fc1962fe5adbbabb5bd0717955479dd7b70064a /PKGBUILD
parentaf45ae92160b509b5c883fc2a8103dc107bfad6a (diff)
downloadaur-87f1ebd8b7bc977d6469f94e164d0b0471052bf3.tar.gz
9.0.0_r313125.05f1dd93627
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2710002fa556..80baa72a003c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
pkgname=llvm-git
_pkgname='llvm'
-pkgver=9.0.0_r313100.6a75c36ea9b
-pkgrel=3
+pkgver=9.0.0_r313125.05f1dd93627
+pkgrel=1
arch=('i686' 'x86_64')
url='https://llvm.org/'
license=('custom:University of Illinois/NCSA Open Source License')
@@ -25,21 +25,22 @@ makedepends=(
'git'
'graphviz'
'jsoncpp'
- # 'lcov'
- 'libedit'
'libelf'
'libevent'
'libffi'
- 'libxml2'
'mathjax'
'ncurses'
'ninja'
'python-recommonmark'
'python-requests'
'python-sphinx'
- 'swig')
-depends=('valgrind' 'python')
-makedepends_x86_64=('lib32-gcc-libs')
+ 'swig'
+ 'valgrind')
+depends=(
+ 'libedit'
+ 'libxml2'
+ 'python')
+depends_x86_64=('lib32-gcc-libs')
pkgdesc="Collection of modular and reusable compiler and toolchain technologies (git)"
optdepends=('openmp: OpenMP support in clang with -fopenmp')
provides=(