khard: update to 0.11.3
This commit is contained in:
parent
a909ea1e72
commit
f631ca51f0
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'khard'
|
# Template file for 'khard'
|
||||||
pkgname=khard
|
pkgname=khard
|
||||||
reverts=0.11.3_1
|
reverts=0.11.3_1
|
||||||
version=0.11.2
|
version=0.11.3
|
||||||
revision=4
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="khard"
|
pycompile_module="khard"
|
||||||
|
@ -14,8 +14,11 @@ 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=d242e368c13bb5e5b9ee15450c2c752b4e64df203643be36504c155a46327a1d
|
checksum=d6133f5622694dfdb73348604afaa78d20ba7a72178075e76afd045e309cc6ec
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i "s/'vobject==.*'/'vobject'/" setup.py
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf misc/khard/khard.conf.example
|
vsconf misc/khard/khard.conf.example
|
||||||
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue