libX11: update to 1.6.5

This commit is contained in:
Alessio Sergi 2017-02-28 13:55:59 +01:00
parent 1363975840
commit 2a849fdb26

View file

@ -1,10 +1,10 @@
# Template build file for 'libX11'.
pkgname=libX11
version=1.6.4
version=1.6.5
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--disable-secure-rpc --disable-static --enable-malloc0returnsnull"
--disable-static --enable-malloc0returnsnull"
hostmakedepends="pkg-config"
makedepends="xproto xextproto xtrans xcmiscproto kbproto bigreqsproto
inputproto xf86bigfontproto libxcb-devel"
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org/"
license="MIT"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441
checksum=4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"