From e156e50e1a4d458ec27e0b1675f36687c3553bd6 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 28 Dec 2015 14:35:53 +0100 Subject: [PATCH] xpra: update to 0.16.0. --- srcpkgs/xpra/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index 9d066f65600..0dfa168cda2 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=0.15.10 +version=0.16.0 revision=1 build_style=python-module conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf" @@ -15,4 +15,8 @@ maintainer="Christian Neukirchen " license="GPL-2" homepage="http://xpra.org/" distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz" -checksum=1403aaf571c486bb4a67bc9e9d431e5f863c9b7912bd65e6aec62fcea2d9d4e0 +checksum=69ab3d14ffbd4aa34f9d7cda237a8e72183ac395c23252d3882f889a20cc189f + +post_extract() { + sed -i 's/-Werror/-Wno-error/g' setup.py # ugh +}