From 6b617324ef12c027214361c6818d7312441d11db Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 27 Oct 2017 13:47:07 +0200 Subject: [PATCH] xpra: update to 2.1.3. --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index fc4a05446ac..a393ce80b10 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=2.1.2 +version=2.1.3 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=16462cd3ee7e982eabdc411dad524db563f49395d5c1d5f0df479efa8c76ae28 +checksum=359fded90cb63f2c725ae64d0cfd0e156de16ddd68cb71e7aeae009cca1d1464 if [ -z "$CROSS_BUILD" ]; then depends+=" python-PyOpenGL-accelerate"