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

Lukas Fleischer lfleischer at archlinux.org
Mon Oct 5 22:41:51 UTC 2020


    Date: Monday, October 5, 2020 @ 22:41:51
  Author: lfleischer
Revision: 719215

upgpkg: calcurse 4.6.0-2: add python-httplib2 optdepend

Modified:
  calcurse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-05 22:41:40 UTC (rev 719214)
+++ PKGBUILD	2020-10-05 22:41:51 UTC (rev 719215)
@@ -4,13 +4,13 @@
 
 pkgname=calcurse
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A text-based personal organizer.'
 arch=('x86_64')
 url='https://calcurse.org/'
 license=('BSD')
 depends=('ncurses')
-optdepends=('python: for CalDAV support')
+optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
 install='calcurse.install'
 source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
 md5sums=('20b59e3a41713f6433be252ea8413dbe'



More information about the arch-commits mailing list