diff options
author | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
commit | 299e917c17619f800f0c21cf43209065b608223f (patch) | |
tree | e175a7bbdb5d933670f10b09f1cc52ece45ced87 /extra/xorg-xev | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Fri Feb 24 23:15:21 UTC 2012
Diffstat (limited to 'extra/xorg-xev')
-rw-r--r-- | extra/xorg-xev/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/xorg-xev/PKGBUILD b/extra/xorg-xev/PKGBUILD index 23ad46247..c0380e60d 100644 --- a/extra/xorg-xev/PKGBUILD +++ b/extra/xorg-xev/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 149060 2012-02-05 15:59:34Z bisson $ +# $Id: PKGBUILD 150821 2012-02-23 07:20:15Z andyrtr $ # Contributor: Jan de Groot <jgc@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=xorg-xev -pkgver=1.1.0 -pkgrel=3 +pkgver=1.2.0 +pkgrel=1 pkgdesc='Print contents of X events' url='http://xorg.freedesktop.org/' arch=('i686' 'x86_64') license=('custom') -depends=('libx11') -makedepends=('xorg-util-macros') +depends=('libx11' 'libxrandr') +makedepends=('xorg-util-macros' 'xproto') source=("http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2") -sha1sums=('77dcbdaa2046db56f31936f921843bd05df2255f') - +sha1sums=('6b05706ed39382b5d08c5351c00ba7e127709eec') groups=('xorg-apps' 'xorg') build() { |