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

David Runge dvzrv at archlinux.org
Sat Feb 17 16:34:30 UTC 2018


    Date: Saturday, February 17, 2018 @ 16:34:29
  Author: dvzrv
Revision: 296116

upgpkg: khal 0.9.8-3

Rebuild for community. Fixing url.

Modified:
  khal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 16:31:24 UTC (rev 296115)
+++ PKGBUILD	2018-02-17 16:34:29 UTC (rev 296116)
@@ -7,10 +7,10 @@
 
 pkgname=khal
 pkgver=0.9.8
-pkgrel=2
+pkgrel=3
 pkgdesc='CLI calendar application build around CalDAV'
 arch=('any')
-url='http://lostpackets.de/khal/'
+url="http://lostpackets.de/khal/"
 license=('MIT')
 makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed')
 depends=('python-click'
@@ -38,7 +38,6 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  # When using a clean chroot,
   # one has to choose a proper locale to run the tests
   if [ "${LANG}" == "C" ]; then
     LANG=$(locale -a | grep utf8 | head -n1) py.test



More information about the arch-commits mailing list