summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2024-03-11 10:41:17 +0800
committerUniversebenzene2024-03-11 10:41:21 +0800
commit95c4bdd3cebf0a07e08987449a5c176d5520c7f4 (patch)
tree05faa05a7c092e6c6f105942b67eceeaabf863a0
parent8e4c733f365d7fe82a1d099b59651547bfb11605 (diff)
downloadaur-python-gwcs.tar.gz
Update license for SPDX
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 826b51c654d9..ce3acf0dc6eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-gwcs
pkgrel = 1
url = http://gwcs.readthedocs.io
arch = any
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pytest-doctestplus
checkdepends = python-scipy
checkdepends = python-asdf-astropy
diff --git a/PKGBUILD b/PKGBUILD
index 35458ce36106..908f089386ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A python package for managing the World Coordinate System (WCS) of astronomical data"
arch=('any')
url="http://gwcs.readthedocs.io"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 'python-installer')
checkdepends=('python-pytest-doctestplus'
# 'python-pytest-remotedata'