Date: Monday, March 22, 2021 @ 00:08:09 Author: polyzen Revision: 898598
upgpkg: xandikos 0.2.6-1 Modified: xandikos/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-22 00:01:46 UTC (rev 898597) +++ PKGBUILD 2021-03-22 00:08:09 UTC (rev 898598) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=xandikos -pkgver=0.2.5 +pkgver=0.2.6 pkgrel=1 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository' arch=('any') @@ -12,8 +12,9 @@ makedepends=('python-setuptools') optdepends=('python-prometheus_client: for metrics with the standalone server' 'uwsgi-plugin-python: for the WSGI interface') -source=("https://github.com/jelmer/xandikos/archive/v$pkgver/$pkgname-v$pkgver.tar.gz") -b2sums=('e1d700adb413df062cb0f13a55fa1a4a3b75f3ce56cbfc91b66e8c350649c260df14d1eb1a39435d8c4b8156728c6504bc545e52a5ad16a8bad37eef12b173ea') +source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz") +sha256sums=('6b58fbcb2f8c2a0fc2e1f8508160443a46b3db9bf577d0ce5548689138816e23') +b2sums=('ff7ffe1b5816719eebaaff46ea831a65ffc4342e26df3f3a80aa65eed4f29b57b69411a06f7f9938cf1bb5bc763830dea5e72878449fae5014f14e36068c0fe6') build() { cd xandikos-$pkgver @@ -30,7 +31,6 @@ python setup.py install --root="$pkgdir" --optimize=1 --skip-build install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/* - install -Dm644 -t "$pkgdir"/usr/share/man/man1 xandikos.1 } # vim:set ts=2 sw=2 et:
