summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8971cefbb2c0..da292e88575f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spice-streaming-agent-git
pkgdesc = Guest agent to stream video from guest cards
pkgver = v0.3.r40.gadcbc83
- pkgrel = 1
+ pkgrel = 2
url = https://spice-space.org
arch = x86_64
license = APACHE
@@ -11,6 +11,7 @@ pkgbase = spice-streaming-agent-git
makedepends = gstreamer
makedepends = gst-plugins-base
makedepends = xorg-xrandr
+ makedepends = python-six
depends = pixman
depends = gstreamer
depends = gst-plugins-base
@@ -21,4 +22,3 @@ pkgbase = spice-streaming-agent-git
sha512sums = SKIP
pkgname = spice-streaming-agent-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c77b9c5c926d..75d7a196551a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=spice-streaming-agent-git
pkgver=v0.3.r40.gadcbc83
-pkgrel=1
+pkgrel=2
pkgdesc="Guest agent to stream video from guest cards"
arch=("x86_64")
license=("APACHE")
depends=(pixman gstreamer gst-plugins-base xorg-xrandr)
-makedepends=(spice-protocol meson pixman gstreamer gst-plugins-base xorg-xrandr)
+makedepends=(spice-protocol meson pixman gstreamer gst-plugins-base xorg-xrandr python-six)
url="https://spice-space.org"
source=(
"git+https://gitlab.freedesktop.org/spice/spice-streaming-agent.git"