Date: Wednesday, June 19, 2019 @ 12:11:26 Author: bgyorgy Revision: 482343
upgpkg: spice-vdagent 0.19.0-1 Update to new version Modified: spice-vdagent/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-19 11:39:52 UTC (rev 482342) +++ PKGBUILD 2019-06-19 12:11:26 UTC (rev 482343) @@ -2,17 +2,17 @@ # Contributor: mutantmonkey <[email protected]> pkgname=spice-vdagent -pkgver=0.18.0 +pkgver=0.19.0 pkgrel=1 pkgdesc="Spice agent for Linux guests" arch=('x86_64') url="https://www.spice-space.org/" license=('GPL') -depends=('alsa-lib' 'dbus' 'glib2' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr' 'systemd') +depends=('alsa-lib' 'dbus' 'glib2' 'gtk3' 'libdrm' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr' 'systemd') makedepends=('spice-protocol') backup=('etc/conf.d/spice-vdagentd') source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2") -sha256sums=('80ee7ee3c7c17dbb5cb6f64d4cc0b27a9f81856b21038cbca9a007c9afdabeae') +sha256sums=('63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65') prepare() { cd $pkgname-$pkgver
