| author | Felix Yan
<felixonmars@archlinux.org> 2016-02-08 01:38:48 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2016-02-08 01:38:48 UTC |
| parent | 2a1ae691065d4b93815fcceb4aa20d2547f0257a |
| PKGBUILD | +4 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 3a360cc..35ba348 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=python-keyring pkgname=('python-keyring' 'python2-keyring') -pkgver=8.3 +pkgver=8.4 pkgrel=1 pkgdesc="Store and access your passwords safely." arch=('any') @@ -16,7 +16,7 @@ license=('PSF' 'MIT') source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz") makedepends=('python-setuptools_scm' 'python2-setuptools_scm') checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 'python2-mock') -md5sums=('1d18d846c5fa96191617fcb0964d5b9e') +md5sums=('c4c29fcd1d63bf9e299c524ba4fdc04a') prepare() { cp -a keyring-$pkgver{,-py2} @@ -40,8 +40,7 @@ check() { package_python-keyring() { depends=('python-setuptools') - optdepends=('kdebindings-python: KDE integration' - 'python-secretstorage: SecretService DBus API (GNOME/KDE)' + optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)' 'python-keyrings-alt: Alternative backends') cd "$srcdir/keyring-$pkgver" @@ -50,8 +49,7 @@ package_python-keyring() { package_python2-keyring() { depends=('python2-setuptools') - optdepends=('kdebindings-python2: Kde integration' - 'python2-secretstorage: SecretService DBus API (GNOME/KDE)' + optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)' 'python2-keyrings-alt: Alternative backends') cd "$srcdir/keyring-$pkgver-py2"