khard: update to 0.8.1.
This commit is contained in:
parent
88cca09c84
commit
30064d03a9
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'khard'
|
# Template file for 'khard'
|
||||||
pkgname=khard
|
pkgname=khard
|
||||||
version=0.6.3
|
version=0.8.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="khard"
|
pycompile_module="khard"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-configobj python-vobject"
|
depends="python-atomicwrites python-configobj python-vobject python-yaml"
|
||||||
short_desc="Command-line addressbook built around CardDAV"
|
short_desc="Command-line addressbook built around CardDAV"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/scheibler/khard"
|
homepage="https://github.com/scheibler/khard"
|
||||||
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
||||||
checksum=88f8962524490b78fd9780fa2abe8f65d59d4bac4bf0b2cf9485434442c01ec7
|
checksum=00324a0faf87d8ca80be0a24e7d84a5faf763af3146565ac6b57db8a49d20f25
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall misc/khard.conf.example 644 usr/share/examples/khard
|
vinstall misc/khard/khard.conf.example 644 usr/share/examples/khard
|
||||||
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
||||||
rm ${DESTDIR}/usr/bin/davcontroller
|
rm ${DESTDIR}/usr/bin/davcontroller
|
||||||
rm ${DESTDIR}/usr/lib/python2.7/site-packages/davcontroller/*
|
rm ${DESTDIR}/usr/lib/python2.7/site-packages/davcontroller/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue