khal: update to 0.10.3.

This commit is contained in:
Andrew J. Hesford 2021-04-30 16:21:02 -04:00
parent 26b46dc3cc
commit ced7406d28

View file

@ -1,18 +1,19 @@
# Template file for 'khal' # Template file for 'khal'
pkgname=khal pkgname=khal
version=0.10.2 version=0.10.3
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-click python3-click-log python3-configobj depends="python3-setuptools python3-click python3-click-log python3-configobj
python3-dateutil python3-icalendar python3-pytz python3-tzlocal python3-dateutil python3-icalendar python3-pytz python3-tzlocal
python3-urwid python3-xdg python3-atomicwrites" python3-urwid python3-xdg python3-atomicwrites"
checkdepends="python3-pytest python3-freezegun vdirsyncer $depends"
short_desc="Command-line calendar build around CalDAV" short_desc="Command-line calendar build around CalDAV"
maintainer="Anachron <gith@cron.world>" maintainer="Anachron <gith@cron.world>"
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"
checksum=494f215c3d1cb7a1f8d756b440809d255bd20e2937f98bd0b5d44e42d4cb1087 checksum=2fdd8fc14fe597e5a7d6e9c63c7868d960b4ed021b563c684a71f07090eda432
pre_build() { pre_build() {
vsed -i setup.py \ vsed -i setup.py \