summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-01-18 22:24:41 +0800
committerMisaka135142024-01-18 22:24:41 +0800
commit677178966e348094c1db6faa811e93afe6f14e69 (patch)
treee62a59cb1a93ca18a708eff53e8681ed959640b9
parent464c86fc2d0713ec9e9226c1474a8f1c515d4ef7 (diff)
downloadaur-677178966e348094c1db6faa811e93afe6f14e69.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 f4d4af06ce16..31e3fa203cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-lzf
pkgdesc = C Extension for liblzf
pkgver = 0.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/teepark/python-lzf
arch = x86_64
- license = custom
+ license = BSD-3-Clause
makedepends = python-setuptools
depends = glibc
source = python-lzf-0.2.4.tar.gz::https://files.pythonhosted.org/packages/source/p/python-lzf/python-lzf-0.2.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 70f5ae119ab4..6c60facb10b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-lzf
_name=${pkgname}
pkgver=0.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="C Extension for liblzf"
arch=('x86_64')
url="https://github.com/teepark/python-lzf"
-license=('custom')
+license=('BSD-3-Clause')
depends=('glibc')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")