summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2024-01-18 12:32:42 +0800
committerUniversebenzene2024-01-18 12:32:42 +0800
commit12f8f420db1bebe9f75f019e1a1410efb60bb9e6 (patch)
treec144542fdaeaf3c4291ca1b076547ed5f8619660
parentb7761b62da6bb2f6c5585926f15b5a34b831528c (diff)
downloadaur-12f8f420db1bebe9f75f019e1a1410efb60bb9e6.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 f23360ef378f..e8b52204c9e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-scikit-image
url = http://scikit-image.org
arch = i686
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pytest>=5.2.0
checkdepends = python-astropy>=5.0
checkdepends = python-pytest-cov>=2.11.0
diff --git a/PKGBUILD b/PKGBUILD
index f3e51848df77..fa919fa24265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'x86_64')
url="http://scikit-image.org"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=('cython>=0.29.32'
'python-setuptools'
'python-numpy'