From ab5dd79b42b74e7bd3d6e9ee68224fd7a4017fc1 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 10 Nov 2015 21:48:01 +0100 Subject: [PATCH] vdirsyncer: update to 0.7.3 --- srcpkgs/vdirsyncer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index ad2ff9ab156..fc18f23a212 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,18 +1,18 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer -version=0.7.0 +version=0.7.3 revision=1 noarch=yes build_style=python-module hostmakedepends="python-setuptools" -depends="python-atomicwrites python-click python-click-log python-click-threading python-icalendar python-keyring python-lxml python-setuptools python-requests python-requests-toolbelt" +depends="python-atomicwrites python-click python-click-log python-click-threading python-icalendar python-lxml python-setuptools python-requests python-requests-toolbelt" pycompile_module="vdirsyncer" short_desc="Synchronize calendars and addressbooks" maintainer="Oliver Kiddle " license="MIT" homepage="https://vdirsyncer.readthedocs.org/" distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=ddf9e20b085f97c7bae97ed4cd5e8a78f472ee0b1cae3be537809ae98589172a +checksum=3e87df25f7f5af172f2063e39deccac7c5477a2be3c7ff16183b6b8e9f2d112a pre_build() { sed -e '/use_scm_version/,/setuptools_scm/ d' \