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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 16:34:30 UTC 2022


    Date: Sunday, March 20, 2022 @ 16:34:30
  Author: archange
Revision: 1163920

upgpkg: python-qtawesome 1.1.0-1

Modified:
  python-qtawesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 16:34:28 UTC (rev 1163919)
+++ PKGBUILD	2022-03-20 16:34:30 UTC (rev 1163920)
@@ -3,8 +3,8 @@
 
 _pkg=qtawesome
 pkgname=python-${_pkg}
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Iconic fonts in PyQt and PySide applications"
 arch=(any)
 url="https://github.com/spyder-ide/qtawesome/"
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-pytest-qt pyside2 xorg-server-xvfb)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('03f4ca237b3bf5385634c9765d617dea1736211bf705f34480bba4f5c5310ced')
+sha256sums=('b990eba7809bf0b153e7d02a735e5c4b9f659ac31d7197c5f5c80a302ce07290')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -23,7 +23,7 @@
 check() {
   cd ${_pkg}-${pkgver}
   xvfb-run --auto-servernum python example.py
-  PYTHONPATH="${PWD}"/build/lib xvfb-run --auto-servernum pytest -x -vv qtawesome
+  PYTHONPATH="${PWD}"/build/lib xvfb-run --auto-servernum pytest -vv --color=yes qtawesome
 }
 
 package() {



More information about the arch-commits mailing list