diff options
author | root <root@rshg054.dnsready.net> | 2013-06-02 00:52:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-02 00:52:43 -0700 |
commit | 8831500349d38b0b1afcb74ada3f6878c31fb6ef (patch) | |
tree | f8ac5b9b66a8dd74a6c6ca07380e5310d61a0b3a /extra/libxext/PKGBUILD | |
parent | c0d441a203fe115f12c4db3d9753e16cc5a73b58 (diff) |
Sun Jun 2 00:52:37 PDT 2013
Diffstat (limited to 'extra/libxext/PKGBUILD')
-rw-r--r-- | extra/libxext/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libxext/PKGBUILD b/extra/libxext/PKGBUILD index cfc998d9a..1af3abeda 100644 --- a/extra/libxext/PKGBUILD +++ b/extra/libxext/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 152773 2012-03-09 16:10:15Z andyrtr $ +# $Id: PKGBUILD 186939 2013-06-01 09:47:26Z andyrtr $ +# Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> 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 @@ depends=('libx11' 'xextproto') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2") -sha1sums=('764ac472ae19a0faade193717a9e0938d3430aaa') +sha256sums=('f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0') build() { cd "${srcdir}/libXext-${pkgver}" |