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

David Runge dvzrv at archlinux.org
Sat Feb 17 13:04:00 UTC 2018


    Date: Saturday, February 17, 2018 @ 13:03:59
  Author: dvzrv
Revision: 296059

upgpkg: radicale 2.1.8-4

Rebuild for community. Adding information on current patch.

Modified:
  radicale/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 12:55:51 UTC (rev 296058)
+++ PKGBUILD	2018-02-17 13:03:59 UTC (rev 296059)
@@ -5,10 +5,10 @@
 pkgname=radicale
 _name=Radicale
 pkgver=2.1.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
 arch=('any')
-url='http://www.radicale.org/'
+url="http://www.radicale.org/"
 license=('GPL3')
 depends=('python-bcrypt' 'python-passlib' 'python-vobject')
 makedepends=('python-setuptools')
@@ -28,6 +28,8 @@
 prepare() {
   mv -v ${_name}-${pkgver} ${pkgname}-${pkgver}
   cd "${pkgname}-${pkgver}"
+  # issue with implicit exception handling:
+  # https://github.com/Kozea/Radicale/issues/780
   patch -Np1 -i "${srcdir}/fix-flake8-test.diff"
 }
 



More information about the arch-commits mailing list