diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-03-29 18:22:42 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-03-29 18:22:42 (GMT) |
commit | 1a3f95780cafb3fa49fdd08051bd3d20ad0ba3f7 (patch) | |
tree | ef9001c021bba3cc7230c61ed424e00a4dd3bb64 /abs/core/xorg-xwininfo | |
parent | 2e59ed2582c1e7aea89b9a4ac2a107879561ac8e (diff) | |
download | linhes_pkgbuild-1a3f95780cafb3fa49fdd08051bd3d20ad0ba3f7.zip linhes_pkgbuild-1a3f95780cafb3fa49fdd08051bd3d20ad0ba3f7.tar.gz linhes_pkgbuild-1a3f95780cafb3fa49fdd08051bd3d20ad0ba3f7.tar.bz2 |
xorg-xwininfo: update to 1.1.3
Diffstat (limited to 'abs/core/xorg-xwininfo')
-rw-r--r-- | abs/core/xorg-xwininfo/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/xorg-xwininfo/PKGBUILD b/abs/core/xorg-xwininfo/PKGBUILD index 1e16302..2735e51 100644 --- a/abs/core/xorg-xwininfo/PKGBUILD +++ b/abs/core/xorg-xwininfo/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 130758 2011-07-07 22:32:22Z andyrtr $ +# $Id$ +# 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) -url="http://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org/" license=('custom') 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') +source=(https://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2) +sha256sums=('218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8') build() { cd "${srcdir}/xwininfo-${pkgver}" |