From 866566130218d6a797267f7af5270dcc9342923f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 28 May 2015 16:28:59 +0200 Subject: [PATCH] xproto: not noarch, differs between glibc and musl. --- srcpkgs/xproto/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/xproto/template b/srcpkgs/xproto/template index bd353a5aa41..0620f02fa84 100644 --- a/srcpkgs/xproto/template +++ b/srcpkgs/xproto/template @@ -1,8 +1,7 @@ # Template build file for 'xproto'. pkgname=xproto version=7.0.27 -revision=2 -noarch=yes +revision=3 build_style=gnu-configure short_desc="X protocol and ancillary headers from Xorg" homepage="http://xorg.freedesktop.org"