summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2020-10-25 13:27:12 +0100
committerLone_Wolf2020-10-25 13:27:12 +0100
commit20e912360b63857708262bf426236ac85fd38075 (patch)
treea7c31014c679bdf5e7c9c700c55cd4626e5ebe88
parentf2ac8a2c3e017ccf0448c61d88398ff3353dedea (diff)
downloadaur-20e912360b63857708262bf426236ac85fd38075.tar.gz
no longer removing sourcecode parts, see llvm-git aur page
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18fa5d841432..accd236846b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-llvm-git
pkgdesc = Collection of modular and reusable compiler and toolchain technologies (32-bit, git)
- pkgver = 12.0.0_r369840.68f47157164e
+ pkgver = 12.0.0_r369979.3052e474eceb
pkgrel = 1
url = https://llvm.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3b7e85ff9794..dce0694a64e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=lib32-llvm-git
pkgname=(lib32-llvm-git lib32-llvm-libs-git)
pkgdesc="Collection of modular and reusable compiler and toolchain technologies (32-bit, git)"
-pkgver=12.0.0_r369840.68f47157164e
+pkgver=12.0.0_r369979.3052e474eceb
pkgrel=1
arch=('x86_64')
url='https://llvm.org/'
@@ -36,14 +36,6 @@ pkgver() {
echo "${_pkgver//svn}"
}
-
-prepare() {
- cd llvm-project
- # remove code parts not needed to build this package
- rm -rf debuginfo-tests libclc libcxx libcxxabi libunwind lld lldb llgo openmp parallel-libs polly pstl libc mlir flang
-
-}
-
build() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"