diff --git a/srcpkgs/khal/patches/01-remove-unecessary-dependcy.patch b/srcpkgs/khal/patches/01-remove-unecessary-dependcy.patch index 5e772ae995cbd9..8a69a1499d7c03 100644 --- a/srcpkgs/khal/patches/01-remove-unecessary-dependcy.patch +++ b/srcpkgs/khal/patches/01-remove-unecessary-dependcy.patch @@ -1,10 +1,12 @@ +diff --git a/doc/source/conf.py b/doc/source/conf.py +index 3e4bf23..0150b07 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py -@@ -107,7 +107,6 @@ - 'sphinx.ext.autodoc', - 'sphinx.ext.intersphinx', - 'sphinx.ext.todo', -- 'sphinxcontrib.newsfeed', +@@ -103,7 +103,6 @@ extensions = [ + "sphinx.ext.autodoc", + "sphinx.ext.intersphinx", + "sphinx.ext.todo", +- "sphinxfeed", ] # Add any paths that contain templates here, relative to this directory. diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template index fba107f2ed3629..354f1bcec106cc 100644 --- a/srcpkgs/khal/template +++ b/srcpkgs/khal/template @@ -1,7 +1,7 @@ # Template file for 'khal' pkgname=khal -version=0.13.0 -revision=2 +version=0.14.0 +revision=1 build_style=python3-pep517 # The first two tests get the path to the configuration file wrong in an # xbps-src chroot, the last one fails only sometimes for an unknown reason. @@ -22,7 +22,7 @@ license="MIT" homepage="http://lostpackets.de/khal/" changelog="https://raw.githubusercontent.com/pimutils/khal/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz" -checksum=68fea8cd704e387e81b669c90322a8dafb4374f5876b07170c9c6e23415a3ee0 +checksum=10df243204b7a898e0ff89617ed9fd604a73fa1b4d37aac77c4470ad7519e16c if [ "$XBPS_TARGET_LIBC" = "musl" ]; then # Some locale-related failures.