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

Daniel M. Capella polyzen at archlinux.org
Sat Jul 25 22:15:15 UTC 2020


    Date: Saturday, July 25, 2020 @ 22:15:15
  Author: polyzen
Revision: 665305

upgpkg: xandikos 0.2.3-1

Modified:
  xandikos/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-25 21:42:32 UTC (rev 665304)
+++ PKGBUILD	2020-07-25 22:15:15 UTC (rev 665305)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=xandikos
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository'
 arch=('any')
@@ -12,14 +12,11 @@
 makedepends=('python-setuptools')
 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/a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch')
-sha256sums=('9b9fdb2a80a8b973c7f9877c6920b9f2ff7d8165ddfce36d9d26498678628847'
-            'e9c6b4eff2467e00e5028a2e2b3c7dbf2f0dac300075fed133b7694b9ef75889')
+source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz")
+sha256sums=('245170565c7b028f2108923afa8db2cb7f94f812123356d65782dca424ab338e')
 
 prepare() {
-  cd xandikos-$pkgver
-  patch -p1 -i ../a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch
+  rm xandikos-$pkgver/examples/*~
 }
 
 build() {



More information about the arch-commits mailing list