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

Daniel M. Capella polyzen at archlinux.org
Fri Feb 19 00:13:29 UTC 2021


    Date: Friday, February 19, 2021 @ 00:13:29
  Author: polyzen
Revision: 865370

upgpkg: xandikos 0.2.5-1

Modified:
  xandikos/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-19 00:13:02 UTC (rev 865369)
+++ PKGBUILD	2021-02-19 00:13:29 UTC (rev 865370)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=xandikos
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.5
+pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository'
 arch=('any')
 url=https://www.xandikos.org/
@@ -12,19 +12,9 @@
 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/eeaa408c1f66a3b5a07748825207773d2951bfa4.patch')
-sha256sums=('57289299b1cc7f5002698bf00661d2481bbfe94831e59ac33da6dc5cc6153f7d'
-            'cf8f5428139c8dd60b3d7269a431fc2d90f81379fa0e2158a385436b71ccbcb4')
-b2sums=('3e45eca57ed1ea601bf5efebc089b0b73067cf4075564643c44090861cddf3fec4c2db6865c6e7231a185aa2f7e5110b8e2e99deee074297826834f5fb3487fc'
-        '2e1118e8f59fb6876acc604fbc63835cb2d8b80cbd00781ac5531ea18d509784fba50bd6ea91715d44039c9da5c38dd2e559d06e74526935265b3c93d8939446')
+source=("https://github.com/jelmer/xandikos/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+b2sums=('e1d700adb413df062cb0f13a55fa1a4a3b75f3ce56cbfc91b66e8c350649c260df14d1eb1a39435d8c4b8156728c6504bc545e52a5ad16a8bad37eef12b173ea')
 
-prepare() {
-  cd xandikos-$pkgver
-  # When size=None is passed in, don't pass it onto stream.read()
-  patch --forward --strip=1 --input=../eeaa408c1f66a3b5a07748825207773d2951bfa4.patch
-}
-
 build() {
   cd xandikos-$pkgver
   python setup.py build



More information about the arch-commits mailing list