diff options
author | root <root@rshg054.dnsready.net> | 2013-05-19 01:31:03 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-19 01:31:03 -0700 |
commit | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (patch) | |
tree | d7249e7354a9daabdf75f5c25da47363d35f15a6 /extra/xorg-xwininfo | |
parent | 4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (diff) |
Sun May 19 01:30:44 PDT 2013
Diffstat (limited to 'extra/xorg-xwininfo')
-rw-r--r-- | extra/xorg-xwininfo/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/xorg-xwininfo/PKGBUILD b/extra/xorg-xwininfo/PKGBUILD index 1e16302d1..f4f678935 100644 --- a/extra/xorg-xwininfo/PKGBUILD +++ b/extra/xorg-xwininfo/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 130758 2011-07-07 22:32:22Z andyrtr $ +# $Id: PKGBUILD 185752 2013-05-18 10:48:20Z andyrtr $ +# Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xwininfo -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Command-line utility to print information about windows on an X server" arch=(i686 x86_64) @@ -12,7 +13,7 @@ depends=('libxcb') makedepends=('xorg-util-macros' 'libx11') groups=('xorg-apps' 'xorg') source=(http://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2) -sha1sums=('c90b3c289f95474aa8eb6cf1bf4caf3b9dbf82d3') +sha256sums=('218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8') build() { cd "${srcdir}/xwininfo-${pkgver}" |