Date: Sunday, March 12, 2023 @ 09:15:15
Author: svenstaro
Revision: 470657
upgpkg: spice 0.15.1-2: Fix build and deps (FS#77763)
Modified:
spice/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-12 09:03:44 UTC (rev 470656)
+++ PKGBUILD 2023-03-12 09:15:15 UTC (rev 470657)
@@ -4,13 +4,13 @@
pkgname=spice
pkgver=0.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="SPICE server"
arch=('x86_64')
url="https://www.spice-space.org"
license=('LGPL2.1')
-depends=('pixman' 'opus' 'libjpeg-turbo' 'glib2' 'libsasl' 'lz4')
-makedepends=('meson' 'spice-protocol' 'libcacard' 'python-six')
+depends=('pixman' 'opus' 'libjpeg-turbo' 'glib2' 'libsasl' 'lz4'
'spice-protocol' 'libcacard')
+makedepends=('meson' 'python-six' 'python-pyparsing')
checkdepends=('gdk-pixbuf2' 'glib-networking')
provides=('libspice-server.so')
source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sig})