khard: update to 0.12.1.
This commit is contained in:
parent
06ea16e14a
commit
e3bf75f66a
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'khard'
|
||||
pkgname=khard
|
||||
version=0.11.4
|
||||
revision=2
|
||||
version=0.12.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="khard"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-atomicwrites python3-configobj
|
||||
python3-vobject python3-yaml"
|
||||
python3-vobject python3-Unidecode python3-ruamel.yaml"
|
||||
short_desc="Command-line addressbook built around CardDAV"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/scheibler/khard"
|
||||
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
||||
checksum=81776d05e8f121f8969daf561f5c774c665378255ba0064b02a82d490da610ea
|
||||
checksum=230cff736a6ec2bbe9f4456fad69e586fc88e64f1bc7245b753e68976829fff6
|
||||
|
||||
post_install() {
|
||||
vsconf misc/khard/khard.conf.example
|
||||
|
|
Loading…
Reference in New Issue