summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2020-01-26 01:33:48 +0100
committerLW-archlinux2020-01-26 01:33:48 +0100
commit03f992843a99089772cd58e60d467886d73e5071 (patch)
tree57374116dbb45a5e857e54f3bfae7797da66a953
parent216326ff7bea01898bd0ad021045ee9d7894b7ee (diff)
downloadaur-03f992843a99089772cd58e60d467886d73e5071.tar.gz
updated maintainer email address
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d26c0bef0d1a..1ee34d358639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = llvm-minimal-git
- pkgver = 10.0.0_r330751.f78c236efda
+ pkgver = 11.0.0_r340508.713562f5485
pkgrel = 1
url = https://llvm.org/
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = llvm-minimal-git
pkgname = llvm-minimal-git
pkgdesc = Collection of modular and reusable compiler and toolchain technologies
- depends = llvm-libs-minimal-git=10.0.0_r330751.f78c236efda-1
+ depends = llvm-libs-minimal-git=11.0.0_r340508.713562f5485-1
depends = perl
optdepends = python-setuptools: for using lit (LLVM Integrated Tester)
conflicts = llvm
diff --git a/PKGBUILD b/PKGBUILD
index b2e01ee538ef..8b40c919f649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Lone_Wolf <lonewolf@xs4all.nl>
+# Maintainer: Lone_Wolf <lone_wolf@klaas-de-kat.nl>
# Contributor: yurikoles <root@yurikoles.com>
# Contributor: bearoso <bearoso@gmail.com>
# Contributor: Luchesar V. ILIEV <luchesar%2eiliev%40gmail%2ecom>
@@ -16,7 +16,7 @@
pkgbase=llvm-minimal-git
pkgname=('llvm-minimal-git' 'llvm-libs-minimal-git')
-pkgver=10.0.0_r330751.f78c236efda
+pkgver=11.0.0_r340508.713562f5485
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
@@ -56,7 +56,7 @@ prepare() {
cd llvm-project
# remove code parts not needed for build
- rm -rf debuginfo-tests libclc libcxx libcxxabi libunwind lld lldb llgo openmp parallel-libs polly pstl
+ rm -rf debuginfo-tests libclc libcxx libcxxabi libunwind lld lldb llgo openmp parallel-libs polly pstl mlir libc
}
build() {