Date: Sunday, January 29, 2023 @ 07:34:52 Author: ainola Revision: 1390905
Add python-pyparsing makedep Fixes #77288 Modified: spice-gtk/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-29 06:52:09 UTC (rev 1390904) +++ PKGBUILD 2023-01-29 07:34:52 UTC (rev 1390905) @@ -1,5 +1,5 @@ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> # Maintainer: Brett Cornwall <[email protected]> +# Contributor: Balló György <ballogyor+arch at gmail dot com> # Contributor: Sergej Pupykin <[email protected]> # Contributor: Stefano Facchini <[email protected]> # Contributor: Jonathan Lestrelin <[email protected]> @@ -7,7 +7,7 @@ pkgname=spice-gtk pkgver=0.41 -pkgrel=5 +pkgrel=6 pkgdesc="GTK+ client library for SPICE" arch=('x86_64') url="https://www.spice-space.org/" @@ -26,6 +26,7 @@ makedepends=( 'gobject-introspection' 'meson' + 'python-pyparsing' 'spice-protocol' 'usbutils' 'vala'
