| author | Antonio Rojas
<arojas@archlinux.org> 2021-12-04 22:12:59 UTC |
| committer | Antonio Rojas
<arojas@archlinux.org> 2021-12-04 22:12:59 UTC |
| parent | 40689ebd36c71030808e6e7bc2b15041d21cf708 |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 5c7341e..ba238fd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,15 +7,15 @@ pkgname=python-keyring _pkgname=keyring -pkgver=23.0.1 -pkgrel=2 +pkgver=23.4.0 +pkgrel=1 pkgdesc='Store and access your passwords safely' arch=('any') url='https://github.com/jaraco/keyring' license=('PSF' 'MIT') depends=('python-entrypoints' 'python-secretstorage' 'python-importlib-metadata') makedepends=('git' 'python-setuptools-scm') -checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy' 'python-keyrings-alt') +checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy') optdepends=('python-keyrings-alt: Alternative backends' 'python-dbus: kwallet backend') source=("git+$url#tag=v$pkgver")