From 14de1780d38866795152746d88ebafce9299a944 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 7 Dec 2016 15:38:16 +0100 Subject: [PATCH] xpra: update to 1.0. --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index cec881f14e4..aea51091a66 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=0.17.6 +version=1.0 revision=1 build_style=python2-module conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf" @@ -15,7 +15,7 @@ maintainer="Christian Neukirchen " license="GPL-2" homepage="http://xpra.org/" distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz" -checksum=f266df26c866699ec71fe7e33e71d38e397563230f0bb12f8b20bc422a2afbfc +checksum=87b7c4e4bd4afe40363b23add4b3246004c8a027b305faee23b6063761c3826a post_extract() { sed -i 's/-Werror/-Wno-error/g' setup.py # ugh