summaryrefslogtreecommitdiff
path: root/community/xdotool/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 15:13:07 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 15:13:07 -0300
commit11dd742b39ac10b320183f78d2cf81e4680f9a4e (patch)
treed6150b2fd3f3127e1aa88e173e17a4f1ad205f75 /community/xdotool/PKGBUILD
parent1365d8aac05d2f167d0a1678cc291bbec3efff5c (diff)
parentc40a217db5f63be3aa88a32ad77ec93efb40d95c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/mhwaveedit/PKGBUILD extra/apr/PKGBUILD extra/xorg-server/PKGBUILD kde-unstable/calligra/PKGBUILD libre/unarchiver/PKGBUILD
Diffstat (limited to 'community/xdotool/PKGBUILD')
-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"