From 9f242e19f28998f9bf9ce99aef6c801e2ab64165 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 21 Feb 2018 18:34:45 -0300 Subject: [PATCH] libXext: use xorgproto. --- srcpkgs/libXext/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libXext/template b/srcpkgs/libXext/template index a5a85e651c5..a41d1626575 100644 --- a/srcpkgs/libXext/template +++ b/srcpkgs/libXext/template @@ -1,11 +1,11 @@ # Template build file for 'libXext'. pkgname=libXext version=1.3.3 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-malloc0returnsnull" hostmakedepends="pkg-config" -makedepends="xextproto libX11-devel" +makedepends="xorgproto libX11-devel" short_desc="X Extension library" maintainer="Juan RP " license="MIT"