From 486c68dbe7f035326d145f6852be2fad66b12a4b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 22 Apr 2018 18:52:56 +0200 Subject: [PATCH] python-keyring: update to 12.0.1 --- srcpkgs/python-keyring/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-keyring/template b/srcpkgs/python-keyring/template index 20179a3cba..ee495811f0 100644 --- a/srcpkgs/python-keyring/template +++ b/srcpkgs/python-keyring/template @@ -1,19 +1,19 @@ # Template file for 'python-keyring' pkgname=python-keyring -version=12.0.0 +version=12.0.1 revision=1 noarch=yes wrksrc="keyring-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-SecretStorage python-entrypoints python-setuptools" +depends="python-setuptools python-SecretStorage python-entrypoints" pycompile_module="keyring" short_desc="Python2 interface to the system keyring service" maintainer="Oliver Kiddle " license="MIT" homepage="https://github.com/jaraco/keyring" distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz" -checksum=c75df876240f69505b3aea1db4487e6c24870398ebdbc0dfdc723ec182835c6f +checksum=dcf0a28d9437dc9b5eb15ffd0158b1b5755a89be8d2f932be582d831c128652f alternatives="keyring:keyring:/usr/bin/keyring2" pre_build() { @@ -29,7 +29,7 @@ post_install() { python3-keyring_package() { noarch=yes pycompile_module="keyring" - depends="python3-SecretStorage python3-entrypoints python3-setuptools" + depends="python3-setuptools python3-SecretStorage python3-entrypoints" short_desc="${short_desc/Python2/Python3}" alternatives="keyring:keyring:/usr/bin/keyring3" pkg_install() {