diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index d29a0de810..705a6df1b8 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -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 " 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"