libX11: update to 1.6.7.

This commit is contained in:
maxice8 2018-10-09 16:19:34 -03:00 committed by maxice8
parent 25e7abe892
commit ac50562624
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libX11'
pkgname=libX11
version=1.6.6
version=1.6.7
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
@ -8,11 +8,11 @@ configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
hostmakedepends="pkg-config xorg-util-macros"
makedepends="xorgproto xtrans libxcb-devel"
short_desc="Base X libraries from Xorg"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org/"
maintainer="maxice8 <thinkbit.ukim@gmail.com>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
checksum=65fe181d40ec77f45417710c6a67431814ab252d21c2e85c75dd1ed568af414f
checksum=910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xorgproto xtrans"