Date: Saturday, June 1, 2013 @ 11:47:03 Author: andyrtr Revision: 186937
upgpkg: libxext 1.3.2-1 upstream update 1.3.2 Modified: libxext/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-01 09:45:59 UTC (rev 186936) +++ PKGBUILD 2013-06-01 09:47:03 UTC (rev 186937) @@ -1,8 +1,9 @@ # $Id$ +# Maintainer: Andreas Radke <[email protected]> # Maintainer: Jan de Groot <[email protected]> pkgname=libxext -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 pkgdesc="X11 miscellaneous extensions library" arch=('i686' 'x86_64') @@ -12,7 +13,7 @@ makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2") -sha1sums=('764ac472ae19a0faade193717a9e0938d3430aaa') +sha256sums=('f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0') build() { cd "${srcdir}/libXext-${pkgver}"
