From 8e44ea2ddb9afd37a0aba9ae7558e0b8b8e148d9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 18 Apr 2017 17:33:54 +0200 Subject: [PATCH] xpra: update to 2.0.2. --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index fbde25708a..5a975d2015 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=2.0.1 +version=2.0.2 revision=1 build_style=python2-module conf_files=" @@ -19,7 +19,7 @@ maintainer="Leah Neukirchen " license="GPL-2" homepage="http://xpra.org/" distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz" -checksum=685553c0f7cdeadde3d5a7ba48f3cd9d0feaa755e0debbdf198355223c8bc287 +checksum=4341bb6652d6e7784dddc02c63a634019c782332e9af1c08f4b8ec24f57a1f26 if [ -z "$CROSS_BUILD" ]; then depends+=" python-PyOpenGL-accelerate"