diff options
author | Michael Hanson <mihanson@linhes.org> | 2012-01-25 23:37:00 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2012-01-25 23:37:00 (GMT) |
commit | 6a019dc07b35afed0f44cc77410cd133d3f3f809 (patch) | |
tree | e7077a65432355fc8f0ddf0db505e538a51e0f7f /abs | |
parent | 776f600da45e3bd07de34509624b88d6081cd4da (diff) | |
download | linhes_pkgbuild-6a019dc07b35afed0f44cc77410cd133d3f3f809.zip linhes_pkgbuild-6a019dc07b35afed0f44cc77410cd133d3f3f809.tar.gz linhes_pkgbuild-6a019dc07b35afed0f44cc77410cd133d3f3f809.tar.bz2 |
Revert "xdotool: added epoch to PKGBUILD,"
This reverts commit 4ad00752c53d7f544ec2b03b9acc7b86704270fb.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/xdotool/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/xdotool/PKGBUILD b/abs/core/xdotool/PKGBUILD index ca3b071..0ce58a3 100644 --- a/abs/core/xdotool/PKGBUILD +++ b/abs/core/xdotool/PKGBUILD @@ -4,10 +4,9 @@ pkgname=xdotool pkgver=2.20110530.1 -pkgrel=3 +pkgrel=1 pkgdesc="Command-line X11 automation tool" arch=('i686' 'x86_64') -epoch=3 url="http://www.semicomplete.com/projects/xdotool/" license=('BSD') depends=('libxtst' 'libxinerama') |