summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-06-17 21:35:15 +0200
committerMichel Zou2018-06-17 21:35:15 +0200
commit2baee85208e59c193ff27b7518baed0af1fd4a0c (patch)
tree9086508321e13644fe80d211f48ee28a65827a02
parenta29efef5b5bde988f2a6fd0817315723949745ac (diff)
downloadaur-2baee85208e59c193ff27b7518baed0af1fd4a0c.tar.gz
license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f348af15d646..41eefda2e5d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 17 17:46:07 UTC 2018
+# Sun Jun 17 19:35:14 UTC 2018
pkgbase = zapcc-git
pkgdesc = caching C++ compiler based on clang, designed to perform faster compilations
pkgver = r3.51f37ca2
@@ -7,7 +7,7 @@ pkgbase = zapcc-git
url = https://www.zapcc.com/
arch = i686
arch = x86_64
- license = LGPL
+ license = custom:University of Illinois/NCSA Open Source License
makedepends = git
makedepends = llvm
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 268881e50a3f..ae6fe0284d76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=r3.51f37ca2
pkgrel=1
pkgdesc="caching C++ compiler based on clang, designed to perform faster compilations"
arch=('i686' 'x86_64')
-license=('LGPL')
+license=('custom:University of Illinois/NCSA Open Source License')
url="https://www.zapcc.com/"
provides=('zapcc')
conflicts=('zapcc')