From 10768237c4bd4c2bf5f3e5eae9b3afd90acc1985 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 25 Mar 2016 16:42:48 +0100 Subject: [PATCH] xpra: update to 0.16.3. --- srcpkgs/xpra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index 13648344a4..45b2a26df4 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,7 +1,7 @@ # Template file for 'xpra' pkgname=xpra -version=0.16.2 -revision=2 +version=0.16.3 +revision=1 build_style=python-module make_build_args="--with-webp" make_install_args="--with-webp" @@ -17,7 +17,7 @@ maintainer="Christian Neukirchen " license="GPL-2" homepage="http://xpra.org/" distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz" -checksum=ce99b941f63aeae465c9d095bcdef857227f8102759df3d013fbfb65c8cea540 +checksum=1516ab10eb348092077ffb698bce234d06a234a5748e422fdf92f34922fb39ea post_extract() { sed -i 's/-Werror/-Wno-error/g' setup.py # ugh