summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:21:22 -0700
committerMark Wagie2024-01-21 11:21:22 -0700
commite51194b5a55f9b74d3da1ff12fe2d2452bc57268 (patch)
tree5ee1533ae2b20e0060d9c66df0ba2fb34b7136a6
parentbc8b3db3df2fc62e058e025d3cdd0b4afe890381 (diff)
downloadaur-python-aiopath.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 3e9272672a49..27392e67900e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-aiopath
epoch = 1
url = https://github.com/alexdelorenzo/aiopath
arch = any
- license = LGPL3
+ license = LGPL-3.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index d0e325278481..1be7e0579cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ epoch=1
pkgdesc="Asynchronous pathlib for Python"
arch=('any')
url="https://github.com/alexdelorenzo/aiopath"
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=('python-aiofile' 'python-anyio')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")