| author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-23 19:00:54 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-23 19:00:54 UTC |
| parent | fafd7dbf4c38d20ce07318916cf20c17a8ecd470 |
| .SRCINFO | +4 | -3 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 5bbbfaf..5b157a5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,15 @@ pkgbase = python-keyring pkgdesc = Store and access your passwords safely pkgver = 25.0.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/jaraco/keyring arch = any - license = PSF + license = PSF-2.0 license = MIT checkdepends = python-pytest-flake8 - checkdepends = python-pytest-runner + checkdepends = python-pytest checkdepends = python-pytest-black + checkdepends = python-pytest-cov checkdepends = python-pytest-mypy makedepends = python-build makedepends = python-installer diff --git a/PKGBUILD b/PKGBUILD index f60dbbe..36a6d49 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python-keyring _name=keyring pkgver=25.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Store and access your passwords safely' arch=('any') url='https://github.com/jaraco/keyring'