| author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-27 12:35:16 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-27 12:35:16 UTC |
| parent | 013f825324dd2882b32d7558667d4b5d69aaa977 |
| .SRCINFO | +1 | -5 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 5b157a5..67b36f3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,12 @@ pkgbase = python-keyring pkgdesc = Store and access your passwords safely pkgver = 25.0.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/jaraco/keyring arch = any license = PSF-2.0 license = MIT - checkdepends = python-pytest-flake8 checkdepends = python-pytest - checkdepends = python-pytest-black - checkdepends = python-pytest-cov - checkdepends = python-pytest-mypy makedepends = python-build makedepends = python-installer makedepends = python-setuptools-scm diff --git a/PKGBUILD b/PKGBUILD index 75d0257..81e2be6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python-keyring _name=keyring pkgver=25.0.0 -pkgrel=3 +pkgrel=4 pkgdesc='Store and access your passwords safely' arch=('any') url='https://github.com/jaraco/keyring'