python3-pykeepass: update to 4.0.1
This commit is contained in:
parent
2d2ba87695
commit
e50346faaa
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pykeepass'
|
# Template file for 'python3-pykeepass'
|
||||||
pkgname=python3-pykeepass
|
pkgname=python3-pykeepass
|
||||||
version=3.2.1
|
version=4.0.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="pykeepass-${version}"
|
wrksrc="pykeepass-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,5 +13,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/libkeepass/pykeepass"
|
homepage="https://github.com/libkeepass/pykeepass"
|
||||||
changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pykeepass/pykeepass-${version}.tar.gz"
|
distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=b3e07eb2dd3aeb1dfa1a2d2d17be77066ee560c1e770f1c72d7ea5608117d284
|
checksum=ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
|
||||||
|
|
Loading…
Reference in New Issue