khal: update to 0.10.2

This commit is contained in:
Reed Wade 2020-08-23 10:32:29 +02:00 committed by Andrew J. Hesford
parent 5f3431c0ae
commit 2a1b06c658

View File

@ -1,10 +1,9 @@
# Template file for 'khal'
pkgname=khal
version=0.10.1
revision=2
version=0.10.2
revision=1
archs=noarch
build_style=python3-module
pycompile_module="khal"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-click python3-click-log python3-configobj
python3-dateutil python3-icalendar python3-pytz python3-tzlocal
@ -14,10 +13,10 @@ maintainer="Anachron <gith@cron.world>"
license="MIT"
homepage="http://lostpackets.de/khal/"
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
checksum=d450f9da70ddead28d794eed81c2d2a074655980a16cbd9f47f1c0c9e59b0be5
checksum=494f215c3d1cb7a1f8d756b440809d255bd20e2937f98bd0b5d44e42d4cb1087
pre_build() {
sed -i setup.py \
vsed -i setup.py \
-e '/setup_requires=/d' \
-e "s|use_scm_version=.*|version='${version}',|"
}