summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-07-29 16:44:01 +0800
committerJingbei Li2019-07-29 16:44:01 +0800
commit197df00d44704e47c2cd79cb0f419c9b629580fe (patch)
treebccbd0918fa00a8fc70f86e980fcf88a819b0dce
parent946be54acd2b837fb33db6b78d80738ff7177138 (diff)
downloadaur-197df00d44704e47c2cd79cb0f419c9b629580fe.tar.gz
updated license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9204daa7853b..63700c476144 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = anaconda2
url = https://store.continuum.io/cshop/anaconda/
install = anaconda2.install
arch = x86_64
- license = custom
+ license = BSD
options = !strip
options = libtool
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index da55c764f9db..ac17670861d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing."
arch=('x86_64')
url="https://store.continuum.io/cshop/anaconda/"
-license=("custom")
+license=("BSD")
source=("http://repo.continuum.io/archive/Anaconda2-${pkgver}-Linux-x86_64.sh"
"$pkgname.install")
options=(!strip libtool staticlibs)