summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 12:43:34 -0700
committerMark Wagie2024-01-21 12:43:34 -0700
commit63473d2b523f9ad62048c0f2c45462b428f53505 (patch)
treebb62f95a48eea387c6bb9ff43f5dab72ca625649
parent4ea3e10e7037743fe9e72e1decfc1956ed72af53 (diff)
downloadaur-63473d2b523f9ad62048c0f2c45462b428f53505.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f3d7d3733d..9df25241d897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-userspacefs
pkgrel = 1
url = https://thelig.ht/code/userspacefs
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 1dad74598074..f32d66027cdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Cross-platform user-space file systems for Python"
arch=('any')
url="https://thelig.ht/code/userspacefs"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('python-aiohttp' 'python-typing_extensions')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
conflicts=('python-fusepyng')