diff options
author | Mark Wagie | 2024-01-21 11:22:37 -0700 |
---|---|---|
committer | Mark Wagie | 2024-01-21 11:22:37 -0700 |
commit | 4e39386a3beb94217b39b8b1368e741d4e58f1f6 (patch) | |
tree | 4a64b3cbbbaa70a1ce920f7d4d9d84c62212d417 | |
parent | 25ce017bfa5423ddfe7aa12fbdb42c9528a3de11 (diff) | |
download | aur-4e39386a3beb94217b39b8b1368e741d4e58f1f6.tar.gz |
use SPDX license identifier
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 19 |
2 files changed, 16 insertions, 5 deletions
@@ -4,7 +4,7 @@ pkgbase = python-app_paths pkgrel = 1 url = https://github.com/alexdelorenzo/app_paths arch = any - license = LGPL3 + license = LGPL-3.0-or-later makedepends = python-build makedepends = python-installer makedepends = python-setuptools @@ -6,10 +6,21 @@ pkgrel=1 pkgdesc="Like appdirs, but with pathlib, path creation and async support." arch=('any') url="https://github.com/alexdelorenzo/app_paths" -license=('LGPL3') -depends=('python-aiopath' 'python-anyio' 'python-appdirs' 'python-asyncstdlib' - 'python-strenum' 'python-unpackable') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +license=('LGPL-3.0-or-later') +depends=( + 'python-aiopath' + 'python-anyio' + 'python-appdirs' + 'python-asyncstdlib' + 'python-strenum' + 'python-unpackable' +) +makedepends=( + 'python-build' + 'python-installer' + 'python-setuptools' + 'python-wheel' +) source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz" 'https://raw.githubusercontent.com/alexdelorenzo/app_paths/master/requirements.txt') sha256sums=('8c7fd1e28a7f2d52ed3198d01a94f651284fa63384f07a6c676eeefe7dc25f75' |