summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-01-18 22:24:41 +0800
committerMisaka135142024-01-18 22:24:41 +0800
commit1a275ba7c704a290b104bfe8760aee82c8b068e0 (patch)
tree1877a9a8ae666b536f596a938a312cb07a620f8b
parentba51489f25033442b6eecc8138c892c31e46a94c (diff)
downloadaur-1a275ba7c704a290b104bfe8760aee82c8b068e0.tar.gz
Follow Arch Linux RFC16: Use SPDX license identifiers in PKGBUILDs
In Arch Linux RFC16, Arch Linux decided to use the SPDX license identifier in PKGBUILDs.[1] The Packaging Guideline on Arch Wiki has been updated.[2] 1. https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst 2. https://wiki.archlinux.org/title/PKGBUILD#license See also: archlinuxcn/repo#3587
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f318273702f..6a521b8d29db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-largestinteriorrectangle
pkgdesc = Largest Interior/Inscribed Rectangle implementation in Python
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OpenStitching/lir
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index cc809544d619..b0ca40adda42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-largestinteriorrectangle
_name=${pkgname#python-}
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Largest Interior/Inscribed Rectangle implementation in Python"
arch=('any')
url="https://github.com/OpenStitching/lir"
-license=('Apache')
+license=('Apache-2.0')
depends=('python-opencv' 'python-numba' 'python-numpy')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=()