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

David Runge dvzrv at gemini.archlinux.org
Thu Feb 10 20:50:11 UTC 2022


    Date: Thursday, February 10, 2022 @ 20:50:11
  Author: dvzrv
Revision: 1131390

upgpkg: radicale 3.1.5-2: Rebuild to add python-pytz.

Add python-pytz to depends:
https://github.com/Kozea/Radicale/issues/816

Modified:
  radicale/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 20:46:28 UTC (rev 1131389)
+++ PKGBUILD	2022-02-10 20:50:11 UTC (rev 1131390)
@@ -6,7 +6,7 @@
 pkgname=radicale
 _name=Radicale
 pkgver=3.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple calendar (CalDAV) and contact (CardDAV) server"
 arch=(any)
 url="https://radicale.org/"
@@ -14,7 +14,7 @@
 # setuptools is required due to use of pkg_resources:
 # https://github.com/Kozea/Radicale/issues/1184
 depends=(python-bcrypt python-dateutil python-defusedxml python-passlib
-python-setuptools python-vobject)
+python-setuptools python-pytz python-vobject)
 checkdepends=(python-pytest python-pytest-runner python-typeguard python-waitress)
 backup=('etc/radicale/config'
         'etc/radicale/rights'



More information about the arch-commits mailing list