diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-07 19:40:58 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-07 19:40:58 (GMT) |
commit | 64a341e020ef13f7fdd3af8285f2671d5a013b09 (patch) | |
tree | faa8573613cd8c18079ec697a9115af207e93687 | |
parent | f441710103513f9621672152b889bfda7f50f064 (diff) | |
download | linhes_pkgbuild-64a341e020ef13f7fdd3af8285f2671d5a013b09.zip linhes_pkgbuild-64a341e020ef13f7fdd3af8285f2671d5a013b09.tar.gz linhes_pkgbuild-64a341e020ef13f7fdd3af8285f2671d5a013b09.tar.bz2 |
xdotool: update to 20110503
-rw-r--r-- | abs/core/xdotool/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/xdotool/PKGBUILD b/abs/core/xdotool/PKGBUILD index 85ee141..0ce58a3 100644 --- a/abs/core/xdotool/PKGBUILD +++ b/abs/core/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') 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" |