parent
59c5e01c26
commit
e3896e19ee
1 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'khal'
|
# Template file for 'khal'
|
||||||
pkgname=khal
|
pkgname=khal
|
||||||
version=0.9.9.20180918
|
version=0.9.10
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
_commit=793272111d7512069b8fad336cfb22ef979c6899
|
|
||||||
wrksrc="khal-${_commit}"
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="khal"
|
pycompile_module="khal"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -15,9 +13,8 @@ short_desc="Command-line calendar build around CalDAV"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://lostpackets.de/khal/"
|
homepage="http://lostpackets.de/khal/"
|
||||||
#distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
|
||||||
distfiles="https://github.com/pimutils/khal/archive/${_commit}.tar.gz"
|
checksum=040ed1c2183f16ab97df5de93d6e8421bdb1f930fb895d3a4a10fb3e1a90000e
|
||||||
checksum=7402494b076ff45893ea84981323b33760843197abf94286021f4e53fb434e44
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i setup.py \
|
sed -i setup.py \
|
||||||
|
|
Loading…
Reference in a new issue