khard: update to 0.15.1
change distfiles because gh tarball not working and discouraged
This commit is contained in:
parent
ff57e3b3a9
commit
f6ca9a9505
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'khard'
|
||||
pkgname=khard
|
||||
version=0.14.0
|
||||
version=0.15.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
|
@ -10,10 +10,10 @@ depends="python3-setuptools python3-atomicwrites python3-configobj
|
|||
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"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/scheibler/khard"
|
||||
distfiles="https://github.com/scheibler/khard/archive/v${version}.tar.gz"
|
||||
checksum=5879277f80a3c90ae81df0aaeeee1252225bbd9dd7fd0e98f3c3982f8f613754
|
||||
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
||||
checksum=5ca8e678133e08fa4861cc31aedf9f30b4f8e3958ed66ede025c23ec5e176aa1
|
||||
|
||||
post_install() {
|
||||
vsconf misc/khard/khard.conf.example
|
||||
|
|
Loading…
Reference in New Issue