Date: Wednesday, February 17, 2021 @ 08:24:29 Author: polyzen Revision: 862356
upgpkg: xandikos 0.2.4-1 Modified: xandikos/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-17 08:05:08 UTC (rev 862355) +++ PKGBUILD 2021-02-17 08:24:29 UTC (rev 862356) @@ -1,8 +1,8 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=xandikos -pkgver=0.2.3 -pkgrel=2 +pkgver=0.2.4 +pkgrel=1 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository' arch=('any') url=https://www.xandikos.org/ @@ -13,12 +13,9 @@ optdepends=('python-prometheus_client: for metrics with the standalone server' 'uwsgi-plugin-python: for the WSGI interface') source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz") -sha256sums=('245170565c7b028f2108923afa8db2cb7f94f812123356d65782dca424ab338e') +sha256sums=('57289299b1cc7f5002698bf00661d2481bbfe94831e59ac33da6dc5cc6153f7d') +b2sums=('3e45eca57ed1ea601bf5efebc089b0b73067cf4075564643c44090861cddf3fec4c2db6865c6e7231a185aa2f7e5110b8e2e99deee074297826834f5fb3487fc') -prepare() { - rm xandikos-$pkgver/examples/*~ -} - build() { cd xandikos-$pkgver python setup.py build
