diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-04 17:22:49 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-04 17:22:49 (GMT) |
commit | 4ad00752c53d7f544ec2b03b9acc7b86704270fb (patch) | |
tree | e8ae3e63fcc66499a72b5a1e3cd9cad6ce03976d | |
parent | b8246edd414db489ffcea5d72af3f3add23e87c0 (diff) | |
download | linhes_pkgbuild-4ad00752c53d7f544ec2b03b9acc7b86704270fb.zip linhes_pkgbuild-4ad00752c53d7f544ec2b03b9acc7b86704270fb.tar.gz linhes_pkgbuild-4ad00752c53d7f544ec2b03b9acc7b86704270fb.tar.bz2 |
xdotool: added epoch to PKGBUILD,
-rw-r--r-- | abs/core/xdotool/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/xdotool/PKGBUILD b/abs/core/xdotool/PKGBUILD index 0ce58a3..ca3b071 100644 --- a/abs/core/xdotool/PKGBUILD +++ b/abs/core/xdotool/PKGBUILD @@ -4,9 +4,10 @@ pkgname=xdotool pkgver=2.20110530.1 -pkgrel=1 +pkgrel=3 pkgdesc="Command-line X11 automation tool" arch=('i686' 'x86_64') +epoch=3 url="http://www.semicomplete.com/projects/xdotool/" license=('BSD') depends=('libxtst' 'libxinerama') |