summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-01-18 22:24:41 +0800
committerMisaka135142024-01-18 22:24:41 +0800
commita14c0dac416b6dd7d39e6838eae0b8e4a3c79468 (patch)
treedacf12a93c58b817aab5ad21780689eec22fd1e6
parentad5d4c6aee44730c86b1449080b6c68c673b17e7 (diff)
downloadaur-a14c0dac416b6dd7d39e6838eae0b8e4a3c79468.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 68259ea87775..42518b21317b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = whitesur-icon-theme
pkgdesc = MacOS Big Sur like icon theme for linux desktops
pkgver = 2023.07.03
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vinceliuice/WhiteSur-icon-theme
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = gtk-update-icon-cache
optdepends = whitesur-gtk-theme: Recommended GTK theme
optdepends = whitesur-kde-theme: Recommended KDE theme
diff --git a/PKGBUILD b/PKGBUILD
index 6e569d252223..c87cf23f66d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=whitesur-icon-theme
_pkgname=WhiteSur-icon-theme
pkgver=2023.07.03
_pkgver="${pkgver//./-}"
-pkgrel=1
+pkgrel=2
pkgdesc="MacOS Big Sur like icon theme for linux desktops"
arch=('any')
makedepends=('gtk-update-icon-cache')
@@ -16,7 +16,7 @@ optdepends=(
'whitesur-cursor-theme: Recommended cursor theme'
)
conflicts=("${pkgname}-git")
-license=('GPL3')
+license=('GPL-3.0-only')
url="https://github.com/vinceliuice/WhiteSur-icon-theme"
options=('!strip')
source=("${_pkgname}-${_pkgver}.tar.gz"::"${url}/archive/${_pkgver}.tar.gz")