summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Laß2024-03-09 21:04:07 +0100
committerMichael Laß2024-03-09 21:04:56 +0100
commit34f0ac2a3a9e0e28f60204e3eb19a8b0d16c41b9 (patch)
treeea41184043265102bd3b19b8ce05e72ad2853b36 /PKGBUILD
parent24ff86f981951d4afc1cbd186c808a8ab25730b5 (diff)
downloadaur-34f0ac2a3a9e0e28f60204e3eb19a8b0d16c41b9.tar.gz
Disable LTO and use SPDX license identifier
See https://github.com/michaellass/AUR/issues/36
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b3e5f47ba16..5025ebc2cc3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
pkgname=llvm70
pkgdesc="LLVM compiler toolchain, version 7.0 (installed under /opt/llvm70)"
pkgver=7.0.1
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://llvm.org/"
-license=('custom:University of Illinois/NCSA Open Source License')
+license=('NCSA')
depends=('libedit' 'libxml2' 'python')
makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2' 'python-sphinx')
-options=('staticlibs')
+options=('staticlibs' '!lto')
source=(https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz)
sha256sums=('a38dfc4db47102ec79dcc2aa61e93722c5f6f06f0a961073bd84b78fb949419b')