summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-01-16 18:32:52 -0500
committerGuillaume Horel2017-01-16 18:32:52 -0500
commite3f1d90fed4079e432fd40b41e9e1a883d1b2c36 (patch)
treecf666f07fb0ba9e549c6b735918fac6642d1d50f
parent498368e423738f0c9e1aad2384311f472c453c0c (diff)
downloadaur-e3f1d90fed4079e432fd40b41e9e1a883d1b2c36.tar.gz
update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a85433072f7..e82a0416366a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-arch
url = https://pypi.python.org/pypi/arch/4.0
arch = i686
arch = x86_64
- license = BSD
+ license = custom:University of Illinois/NCSA Open Source License
makedepends = cython
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 236eec83ccfa..f1ca4890389e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('python'
makedepends=(
'cython'
'python-setuptools')
-license=('BSD')
+license=('custom:University of Illinois/NCSA Open Source License')
arch=('i686' 'x86_64')
source=("https://github.com/bashtage/arch/archive/${pkgver}.tar.gz")
md5sums=('9a98f2cd94fb2f8272fb5a2cad439ffc')