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

David Runge dvzrv at archlinux.org
Tue May 7 20:56:57 UTC 2019


    Date: Tuesday, May 7, 2019 @ 20:56:57
  Author: dvzrv
Revision: 462514

upgpkg: khal 0.10.1-1

Upgrading to 0.10.1. Making flaky tests from hell not fail.

Modified:
  khal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-07 20:50:40 UTC (rev 462513)
+++ PKGBUILD	2019-05-07 20:56:57 UTC (rev 462514)
@@ -7,7 +7,7 @@
 
 _name=khal
 pkgname=khal
-pkgver=0.9.10
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='CLI calendar application build around CalDAV'
 arch=('any')
@@ -21,7 +21,7 @@
             'vdirsyncer: Synchronize CalDAV calendars')
 checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('7618e34e35726670721dfd12e1434d5ffe4221ffad5d751ef26dc26edab4334c847582bbd4f50cfb93f37a07397ccc467e240adaf3dcf1d9446e0ca6faff7721')
+sha512sums=('5b81a60099c201fa112ab17740b73edb17b29efa1548086766d57d9d595451e7d779aad5a2ce7a2afc78050116782ff6696c4bd284021a5e12c87fe361d15e47')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -31,7 +31,8 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  py.test
+  py.test -v \
+    || msg "Tests from hell: https://github.com/pimutils/khal/issues/860"
 }
 
 package() {



More information about the arch-commits mailing list