[arch-commits] Commit in xandikos/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Wed May 13 16:14:16 UTC 2020


    Date: Wednesday, May 13, 2020 @ 16:14:15
  Author: polyzen
Revision: 627690

upgpkg: xandikos 0.2.1-1

Modified:
  xandikos/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 16:04:35 UTC (rev 627689)
+++ PKGBUILD	2020-05-13 16:14:15 UTC (rev 627690)
@@ -1,18 +1,27 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=xandikos
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository'
 arch=('any')
 url=https://www.xandikos.org/
 license=('GPL3')
-depends=('python-defusedxml' 'python-dulwich' 'python-icalendar' 'python-jinja')
+depends=('python-aiohttp' 'python-defusedxml' 'python-dulwich'
+         'python-icalendar' 'python-jinja' 'python-multidict')
 makedepends=('python-setuptools')
-optdepends=('uwsgi-plugin-python: to run in production')
-source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz")
-sha512sums=('d47ef8b12c7d33efc6eeb04eb8ecc599fb87d9bb8970eee328d43c8e3cf692716e4ee5c2ba6804bdd6a57b457169e33835abf7ecd42c2f9d039990e5e09b4e1b')
+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"
+        'https://github.com/jelmer/xandikos/commit/52aa8ef9d8487893a6d976783e28c3de459869b9.patch')
+sha256sums=('fdcf99c53cef83b6cc20543ca98111486932c0b359de975b68d61b06d382e155'
+            'c98c9c2a9053021879c1b28c757678d0e915b3432fe1481d577a66791bb1259a')
 
+prepare() {
+  cd xandikos-$pkgver
+  patch -p1 -i ../52aa8ef9d8487893a6d976783e28c3de459869b9.patch
+}
+
 build() {
   cd xandikos-$pkgver
   python setup.py build



More information about the arch-commits mailing list