From 1da9398b772d654967145285069d22de815edcbd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 6 Mar 2018 00:13:15 -0300 Subject: [PATCH] xpra: update to 2.2.5. Closes: #12189 [via git-merge-pr] --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index eed055fd224..553e8f3c976 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=2.2.4 +version=2.2.5 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=be43b1d8185953f787e656cea4f570e0c5cc5d7b8fbc0fa45b244d1d37751e6d +checksum=5a0685127c1996ae590cc3fa944ee0e9232a3a5264aef925a4fcadc12c0054e0 if [ -z "$CROSS_BUILD" ]; then depends+=" python-PyOpenGL-accelerate"