| author | Felix Yan
<felixonmars@archlinux.org> 2015-01-27 04:03:51 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2015-01-27 04:03:51 UTC |
| parent | 1b62c4ecb2afb73ae50dd8868cce6c2e011b6464 |
| PKGBUILD | +6 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index d120e4b..52419bc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Felix Yan <felixonmars@gmail.com> +# Maintainer: Felix Yan <felixonmars@archlinux.org> # Contributor: Johannes Dewender arch at JonnyJD dot net # Contributor: Ivan Sichmann Freitas <ivansichfreitas@gmail.com> # Contributor: Brice Maron <brice@bmaron.net> @@ -7,8 +7,8 @@ pkgbase=python-keyring pkgname=('python-keyring' 'python2-keyring') -pkgver=4.0 -pkgrel=2 +pkgver=4.1 +pkgrel=1 pkgdesc="Store and access your passwords safely." arch=('any') url="http://pypi.python.org/pypi/keyring" @@ -18,7 +18,7 @@ makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 'python-crypto' 'python2-crypto' 'python-secretstorage' 'python2-secretstorage' 'python-gobject' 'python2-gobject' 'libgnome-keyring' 'kdebindings-python' 'kdebindings-python2' 'python2-gdata') -md5sums=('4d1055abcac582f11cb0941cf22ab4d0') +md5sums=('580e05c8f0184680d66f3c3ab619757f') prepare() { cp -a keyring-$pkgver{,-py2} @@ -41,7 +41,7 @@ check() { } package_python-keyring() { - depends=('python') + depends=('python-setuptools') optdepends=('libgnome-keyring: Gnome integration' 'python-gobject: Gnome integration' 'kdebindings-python: Kde integration' @@ -53,7 +53,7 @@ package_python-keyring() { } package_python2-keyring() { - depends=('python2') + depends=('python2-setuptools') optdepends=('libgnome-keyring: Gnome integration' 'python2-gobject: Gnome integration' 'kdebindings-python2: Kde integration'