summaryrefslogtreecommitdiff
path: root/community/xdotool
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-06-01 10:22:42 -0500
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-06-01 10:22:42 -0500
commitd0ff33b1fe48e45ca08f7ca62dc36486250ecb77 (patch)
tree4cf47d0b1ab194cbdbf2b9088bd6b4e74514895a /community/xdotool
parenta132c57ad9882be1abe3785f1f103d6e5011866f (diff)
parentc40a217db5f63be3aa88a32ad77ec93efb40d95c (diff)
Merge branch 'master' of vparabola:~/abslibre-pre-mips64el
Conflicts: kde-unstable/calligra/PKGBUILD
Diffstat (limited to 'community/xdotool')
-rw-r--r--community/xdotool/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xdotool/PKGBUILD b/community/xdotool/PKGBUILD
index 818bd7017..58913e176 100644
--- a/community/xdotool/PKGBUILD
+++ b/community/xdotool/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 29296 2010-10-12 16:34:27Z foutrelis $
+# $Id: PKGBUILD 48265 2011-05-30 19:01:31Z foutrelis $
# Maintainer: Evangelos Foutras <foutrelis@gmail.com>
# Contributor: Rttommy <rttommy@gmail.com>
pkgname=xdotool
-pkgver=2.20101012.3049
+pkgver=2.20110530.1
pkgrel=1
pkgdesc="Command-line X11 automation tool"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.semicomplete.com/projects/xdotool/"
license=('BSD')
-depends=('libxtst')
+depends=('libxtst' 'libxinerama')
source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('b57e9b63123f326f0d1c8c43ff66678753d3da0c')
+sha1sums=('bf8372b2e76e8ee3884763cee6e8b3f66bf29aa6')
build() {
cd "$srcdir/$pkgname-$pkgver"