| author | Filipe Laíns
<lains@archlinux.org> 2018-09-06 19:51:47 UTC |
| committer | Filipe Laíns
<lains@archlinux.org> 2018-09-06 19:51:47 UTC |
| parent | b1899d092f36f61f50ce50f7d8ccb4602f2817cd |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 5af57ca..454358a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=python-keyring _pkgname=${pkgbase#python-} pkgname=(python-$_pkgname python2-$_pkgname) pkgver=13.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="Store and access your passwords safely." arch=('any') url="https://github.com/jaraco/keyring" @@ -48,7 +48,7 @@ check() { } package_python-keyring() { - depends=('python-entrypoints' 'python-secretstorage' 'python-jeepney') + depends=('python-entrypoints' 'python-secretstorage' 'python-dbus') cd $_pkgname-$pkgver python setup.py install --root="$pkgdir" --optimize=1 --skip-build