From 39429fe49f8555f38b01b274803cfc55270c9ae3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 24 Feb 2019 23:25:45 -0300 Subject: [PATCH] xhost: revert to pkg-config [ci skip] --- srcpkgs/xhost/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xhost/template b/srcpkgs/xhost/template index d301a65cc11..4c560a6c47b 100644 --- a/srcpkgs/xhost/template +++ b/srcpkgs/xhost/template @@ -1,9 +1,9 @@ # Template file for 'xhost' pkgname=xhost version=1.0.8 -revision=1 +revision=2 build_style=gnu-configure -hostmakedepends="pkgconf" +hostmakedepends="pkg-config" makedepends="libX11-devel libXmu-devel" short_desc="Server access control program for X" maintainer="maxice8 "