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

David Runge dvzrv at archlinux.org
Fri Feb 7 13:47:09 UTC 2020


    Date: Friday, February 7, 2020 @ 13:47:08
  Author: dvzrv
Revision: 563719

upgpkg: khal 0.10.1-3: Updating maintainer info. Switching to non-makepkg internal print on failing tests.

Modified:
  khal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 12:38:58 UTC (rev 563718)
+++ PKGBUILD	2020-02-07 13:47:08 UTC (rev 563719)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 # Contributor: eolianoe <eolianoe [at] googlemail [dot] com>
 # Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
 # Contributor: Thomas Weißschuh <thomas t-8ch de>
@@ -8,7 +8,7 @@
 _name=khal
 pkgname=khal
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc='CLI calendar application build around CalDAV'
 arch=('any')
 url="https://lostpackets.de/khal/"
@@ -31,8 +31,8 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  py.test -v \
-    || msg "Tests from hell: https://github.com/pimutils/khal/issues/860"
+  pytest -v \
+    || echo "Tests from hell: https://github.com/pimutils/khal/issues/860"
 }
 
 package() {
@@ -53,9 +53,9 @@
   install -vDm 644 "misc/__${pkgname}" \
     "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
   # license
-  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
   # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 {AUTHORS.txt,{CHANGELOG,CONTRIBUTING,README}.rst}
+  install -vDm 644 {AUTHORS.txt,{CHANGELOG,CONTRIBUTING,README}.rst} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 



More information about the arch-commits mailing list