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

Daniel M. Capella polyzen at archlinux.org
Fri May 15 02:15:40 UTC 2020


    Date: Friday, May 15, 2020 @ 02:15:40
  Author: polyzen
Revision: 628002

upgpkg: xandikos 0.2.2-1

Modified:
  xandikos/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 02:10:54 UTC (rev 628001)
+++ PKGBUILD	2020-05-15 02:15:40 UTC (rev 628002)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=xandikos
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository'
 arch=('any')
@@ -13,13 +13,13 @@
 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')
+        'https://github.com/jelmer/xandikos/commit/a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch')
+sha256sums=('9b9fdb2a80a8b973c7f9877c6920b9f2ff7d8165ddfce36d9d26498678628847'
+            'e9c6b4eff2467e00e5028a2e2b3c7dbf2f0dac300075fed133b7694b9ef75889')
 
 prepare() {
   cd xandikos-$pkgver
-  patch -p1 -i ../52aa8ef9d8487893a6d976783e28c3de459869b9.patch
+  patch -p1 -i ../a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch
 }
 
 build() {



More information about the arch-commits mailing list