libX11: update to 1.7.4.

This commit is contained in:
Leah Neukirchen 2022-03-31 14:21:35 +02:00
parent cf1170b576
commit 15f15a2fa2

View file

@ -1,7 +1,7 @@
# Template file for 'libX11' # Template file for 'libX11'
pkgname=libX11 pkgname=libX11
version=1.7.3.1 version=1.7.4
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-static --enable-malloc0returnsnull" --enable-static --enable-malloc0returnsnull"
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="http://xorg.freedesktop.org/" homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz" distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
checksum=2ffd417266fb875028fdc0ef349694f63dbcd76d0b0cfacfb52e6151f4b60989 checksum=0e7d48bfa0b0ee5705d14fe140cf4310744ed131f0a6241b7cf03db06000fe51
do_configure() { do_configure() {
./configure ${configure_args} ./configure ${configure_args}