summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2019-10-31 18:00:58 +0100
committerLW-archlinux2019-10-31 18:00:58 +0100
commit5508352b86f52c65af1fad581d9c1216c9fc9cab (patch)
tree9bd47118024229c214f3cb4497e7f01bcd34bb86
parent53b547356bb5221aa762a6784a0e1f512f48d635 (diff)
downloadaur-5508352b86f52c65af1fad581d9c1216c9fc9cab.tar.gz
updated license field
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a81f37e1bed..902231ecbf56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = lib32-llvm-git
pkgdesc = Collection of modular and reusable compiler and toolchain technologies (32-bit, git)
- pkgver = 9.0.0_r318201.d98a0a362fb
+ pkgver = 10.0.0_r328055.120a5e9a745
pkgrel = 1
url = https://llvm.org/
arch = x86_64
- license = custom:University of Illinois/NCSA Open Source License
+ license = custom:Apache 2.0 with LLVM Exception
makedepends = cmake
makedepends = lib32-gcc-libs
makedepends = git
@@ -20,8 +20,8 @@ pkgname = lib32-llvm-git
depends = lib32-llvm-libs-git
depends = llvm-git
provides = aur-lib32-llvm-git
- provides = lib32-llvm=9.0.0_r318201.d98a0a362fb-1
- provides = lib32-clang=9.0.0_r318201.d98a0a362fb-1
+ provides = lib32-llvm=10.0.0_r328055.120a5e9a745-1
+ provides = lib32-clang=10.0.0_r328055.120a5e9a745-1
provides = lib32-clang-git
provides = lib32-clang-svn
provides = lib32-llvm-svn
@@ -37,7 +37,7 @@ pkgname = lib32-llvm-libs-git
depends = lib32-ncurses
depends = lib32-zlib
provides = aur-lib32-llvm-libs-git
- provides = lib32-llvm-libs=9.0.0_r318201.d98a0a362fb-1
+ provides = lib32-llvm-libs=10.0.0_r328055.120a5e9a745-1
provides = lib32-llvm-libs-svn
conflicts = lib32-llvm-libs
diff --git a/PKGBUILD b/PKGBUILD
index f9f22ecee25b..8cc1be837bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Yurii Kolesnykov <root@yurikoles.com>
+# Maintainer: Lone_Wolf <lonewolf at xs4all dot nl>
+# Contributor: Yurii Kolesnykov <root@yurikoles.com>
# Contributor: Luchesar V. ILIEV <luchesar%2eiliev%40gmail%2ecom>
# Contributor: Anders Bergh <anders@archlinuxppc.org>
# Contributor: Armin K. <krejzi at email dot com>
@@ -12,11 +13,11 @@
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=9.0.0_r318201.d98a0a362fb
+pkgver=10.0.0_r328055.120a5e9a745
pkgrel=1
arch=('x86_64')
url='https://llvm.org/'
-license=('custom:University of Illinois/NCSA Open Source License')
+license=('custom:Apache 2.0 with LLVM Exception')
makedepends=('cmake' 'lib32-gcc-libs' 'git' 'lib32-libffi' 'lib32-libxml2' 'lib32-zlib' 'ninja' 'python')
source=("llvm-project::git+https://github.com/llvm/llvm-project.git")
sha512sums=('SKIP')