| author | Filipe Laíns
<lains@archlinux.org> 2020-08-11 22:30:28 UTC |
| committer | Filipe Laíns
<lains@archlinux.org> 2020-08-11 22:30:28 UTC |
| parent | 40e56f614ccf344cf44fc8e2f918d29958cfe970 |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 09d585a..b020286 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,15 +7,15 @@ pkgname=python-keyring _pkgname=keyring -pkgver=21.2.1 -pkgrel=4 +pkgver=21.3.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') makedepends=('git' 'python-setuptools-scm') -checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-cov' 'python-keyrings-alt') +checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy' 'python-keyrings-alt') optdepends=('python-keyrings-alt: Alternative backends' 'python-dbus: kwallet backend') source=("git+$url#tag=v$pkgver")