python-keyring: update to 13.2.1.
This commit is contained in:
parent
9eca8957e5
commit
abf5f964ab
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-keyring'
|
||||
pkgname=python-keyring
|
||||
version=13.1.0
|
||||
version=13.2.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="keyring-${version}"
|
||||
|
@ -12,8 +12,9 @@ short_desc="Python2 interface to the system keyring service"
|
|||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jaraco/keyring"
|
||||
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
||||
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
|
||||
checksum=dc48b7ab8df197912cf08b1648549bac1dbcd5af494a291a473d68fe104e8900
|
||||
checksum=0289ab21afb26025e2e773b6a3763d4bd898a39f0288677a82f0dd438cce130d
|
||||
alternatives="keyring:keyring:/usr/bin/keyring2"
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue