summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:21:22 -0700
committerMark Wagie2024-01-21 11:21:22 -0700
commite51194b5a55f9b74d3da1ff12fe2d2452bc57268 (patch)
tree5ee1533ae2b20e0060d9c66df0ba2fb34b7136a6 /PKGBUILD
parentbc8b3db3df2fc62e058e025d3cdd0b4afe890381 (diff)
downloadaur-python-aiopath.tar.gz
use SPDX license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")