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

Jiachen Yang farseerfc at archlinux.org
Mon Oct 5 07:57:09 UTC 2020


    Date: Monday, October 5, 2020 @ 07:57:08
  Author: farseerfc
Revision: 718732

upgpkg: python-cairocffi 1.1.0-4: python-cairocffi: remove makepkg subroutine

Modified:
  python-cairocffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-05 07:53:01 UTC (rev 718731)
+++ PKGBUILD	2020-10-05 07:57:08 UTC (rev 718732)
@@ -4,7 +4,7 @@
 
 pkgname=python-cairocffi
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo."
 arch=('any')
 url="https://cairocffi.readthedocs.io/"
@@ -28,7 +28,7 @@
   export LC_CTYPE=en_US.utf8
 
   cd "$srcdir/cairocffi-$pkgver"
-  python setup.py pytest || warning "Tests failed"
+  python setup.py pytest || echo "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list