summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 09:26:57 -0700
committerMark Wagie2024-01-21 09:26:57 -0700
commita44b64f9af9ab26207335e2a05fdb5bb3bc036f8 (patch)
tree35130874f2c09eadbc1b165a4e221beea4e3c818
parent0d91a1e9cb9d2f5ec8fae218fc40188a4e8fc841 (diff)
downloadaur-a44b64f9af9ab26207335e2a05fdb5bb3bc036f8.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd9f7b34a9a..2c2eeb3924dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = nautilus-folder-icons
pkgrel = 4
url = https://github.com/bilelmoussaoui/nautilus-folder-icons
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
checkdepends = libcanberra
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index dc6d95d8f6c4..509fa7605611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: ELmoussaoui Bilal <bil dot elmoussaoui at gmail.com>
pkgname=nautilus-folder-icons
pkgver=3.0.1
@@ -6,13 +6,13 @@ pkgrel=4
pkgdesc="Nautilus extension that makes changing folders icons easy!"
arch=('any')
url="https://github.com/bilelmoussaoui/nautilus-folder-icons"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gtk3' 'python-nautilus<4.0')
makedepends=('git' 'meson')
checkdepends=('appstream-glib' 'libcanberra')
conflicts=('nautilus-ext-git' 'nautilus-compare')
# See https://github.com/bilelmoussaoui/nautilus-folder-icons/issues/34
-_commit=b0ae536292177cbdb8c26d8fdb4981959aee3ab4
+_commit=b0ae536292177cbdb8c26d8fdb4981959aee3ab4 # v3.0.1
source=("git+https://github.com/bilelmoussaoui/nautilus-folder-icons.git#commit=$_commit")
sha256sums=('SKIP')