diff options
author | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
commit | 4037e15db64f7056ae2222c22605b41d95d5b3c3 (patch) | |
tree | 197b645a67f31a4de4492502880ebf5e47e4ecd0 /extra/libxrandr/PKGBUILD | |
parent | ab0da22f3d1d275faa99cd8139037a6ec60e2df3 (diff) |
Sat Sep 14 02:27:34 PDT 2013
Diffstat (limited to 'extra/libxrandr/PKGBUILD')
-rw-r--r-- | extra/libxrandr/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxrandr/PKGBUILD b/extra/libxrandr/PKGBUILD index 1ecec021f..7edcbe836 100644 --- a/extra/libxrandr/PKGBUILD +++ b/extra/libxrandr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 186941 2013-06-01 09:48:56Z andyrtr $ +# $Id: PKGBUILD 194294 2013-09-13 07:22:51Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxrandr -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="X11 RandR extension library" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('libxext' 'libxrender' 'randrproto>=1.4.0') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2) -sha256sums=('d914a0490fd0a2ea6c3194505b5b28c56e2a277d8f4648b0275ee0ee370fb905') +sha256sums=('caa7b31ac769be51a532343c65376f1d4df3f307afaed58e34fb5e82e8b825ad') build() { cd "${srcdir}/libXrandr-${pkgver}" |