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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Mar 14 10:16:13 UTC 2022


    Date: Monday, March 14, 2022 @ 10:16:12
  Author: kgizdov
Revision: 1152246

make architecture independent

Modified:
  python-pytest-mpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 10:16:08 UTC (rev 1152245)
+++ PKGBUILD	2022-03-14 10:16:12 UTC (rev 1152246)
@@ -3,9 +3,9 @@
 _pkgname='pytest-mpl'
 pkgname="python-${_pkgname}"
 pkgver=0.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Pytest plugin to help with testing figures output from Matplotlib"
-arch=('x86_64')
+arch=('any')
 url="https://github.com/matplotlib/pytest-mpl"
 license=('BSD')
 depends=('python-pytest' 'python-matplotlib' 'python-jinja' 'python-packaging')



More information about the arch-commits mailing list