From 5eef9c8e0dde87c3d91cb58d35aedae601f1956d Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Sun, 23 Aug 2020 10:32:29 +0200 Subject: [PATCH] khal: update to 0.10.2 --- srcpkgs/khal/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template index a73516695bf..c5d3a165d1b 100644 --- a/srcpkgs/khal/template +++ b/srcpkgs/khal/template @@ -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 " 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}',|" }