summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjakbyte2020-04-19 11:40:13 -0400
committerjakbyte2020-04-19 11:40:13 -0400
commitc04f0947803a6743682b538524df114388c1f6cf (patch)
tree38b3b7a7571ba1c8ba0795261d56fd3038db6d3c /PKGBUILD
parent5014beaee39d35c5e6db058ce5980bf1b36d993c (diff)
downloadaur-c04f0947803a6743682b538524df114388c1f6cf.tar.gz
Fix the license to be the one LLD actually used at version 7
Oops.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83c270d93593..24864720138f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver="7.1.0"
pkgrel="1"
arch=("x86_64")
url="https://lld.llvm.org/"
-license=("custom:Apache 2.0 with LLVM Exception")
+license=("custom:University of Illinois/NCSA Open Source License")
makedepends=("llvm7" "cmake" "ninja" "python-sphinx")
conflicts=("lld")