diff options
author | root <root@rshg054.dnsready.net> | 2013-05-26 02:20:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-26 02:20:27 -0700 |
commit | 99ee54f2484aadc464e997e54aa9c7ca7ecde198 (patch) | |
tree | 44f52f702b3d499e99fe7fe6314d9897de17efb4 /extra/libxau | |
parent | 2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (diff) |
Sun May 26 02:19:21 PDT 2013
Diffstat (limited to 'extra/libxau')
-rw-r--r-- | extra/libxau/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libxau/PKGBUILD b/extra/libxau/PKGBUILD index 8fe202370..b9de81117 100644 --- a/extra/libxau/PKGBUILD +++ b/extra/libxau/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 152650 2012-03-07 19:44:52Z andyrtr $ +# $Id: PKGBUILD 186350 2013-05-25 08:48:08Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxau -pkgver=1.0.7 +pkgver=1.0.8 pkgrel=1 pkgdesc="X11 authorisation library" arch=('i686' 'x86_64') @@ -13,7 +14,7 @@ makedepends=('pkgconfig') license=('custom') options=('!libtool') source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2) -sha1sums=('29c47207fd246425b906f525b2220235ce4cd0f6') +sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2') build() { cd "${srcdir}/libXau-${pkgver}" |