diff options
author | root <root@rshg054.dnsready.net> | 2013-07-31 02:01:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-31 02:01:16 -0700 |
commit | b73aa81c21acc75e383d0e73e0fbf553d2b68232 (patch) | |
tree | de88d1ae028f57b9f86759cca80d66ef7b32bf97 /extra/libx11 | |
parent | 4afc07385539524e7f85fe0d977b90bc6d124cfd (diff) |
Wed Jul 31 01:58:05 PDT 2013
Diffstat (limited to 'extra/libx11')
-rw-r--r-- | extra/libx11/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libx11/PKGBUILD b/extra/libx11/PKGBUILD index b2a2c93e6..162b46ac9 100644 --- a/extra/libx11/PKGBUILD +++ b/extra/libx11/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 187152 2013-06-04 16:06:29Z andyrtr $ +# $Id: PKGBUILD 191746 2013-07-30 07:19:33Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libx11 -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc="X11 client-side library" arch=(i686 x86_64) @@ -12,7 +12,7 @@ makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto') options=('!libtool') license=('custom') source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2) -sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa') +sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892') build() { cd "${srcdir}/libX11-${pkgver}" |