From 71f9b5943a0d0d39174e8733327b84ac21befdc5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 7 Jun 2009 04:00:57 +0200 Subject: [PATCH] libX11: update to 1.2.1. --HG-- extra : convert_revision : e603077e0ea33985f8876485daa36f72b35f1add --- templates/libX11/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/libX11/template b/templates/libX11/template index 8c812bcc432..980f24595d4 100644 --- a/templates/libX11/template +++ b/templates/libX11/template @@ -1,14 +1,13 @@ # Template build file for 'libX11'. pkgname=libX11 sourcepkg=$pkgname -version=1.2 -revision=1 +version=1.2.1 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--with-xcb --enable-xlocaledir --enable-loadable-i18n" short_desc="Base X libraries from modular Xorg X11" maintainer="Juan RP " -checksum=e4863cdf5d471763806e9bcae25ea47606a56cd91a5546a34c093aa3de181051 +checksum=d172e5a401a2607f4ff145db4e8e09c193a1980bbb2c5c7f824e61ee3fdfdff3 long_desc=" This is the libX11 library that is the C binding to the X protocol. It is the foundation of practically every X Window System program out there.