accessibility/xdotool: Updated for version 3.20150503.1.

This commit is contained in:
B. Watson 2015-10-28 18:48:05 -04:00 committed by Willy Sudiarto Raharjo
parent 0c7784692a
commit d209386e11
2 changed files with 8 additions and 5 deletions

View file

@ -12,8 +12,11 @@
# - make & install HTML doc instead of raw POD doc
# - fix permissions in examples/
# 20151028 bkw:
# - updated for xdotool 3.20150503.1.
PRGNAM=xdotool
VERSION=${VERSION:-2.20110530.1}
VERSION=${VERSION:-3.20150503.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -50,7 +53,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="xdotool"
VERSION="2.20110530.1"
VERSION="3.20150503.1"
HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
DOWNLOAD="http://semicomplete.googlecode.com/files/xdotool-2.20110530.1.tar.gz"
MD5SUM="62d0c2158bbaf882a1cf580421437b2f"
DOWNLOAD="https://github.com/jordansissel/xdotool/archive/v3.20150503.1.tar.gz"
MD5SUM="e4447c61034d1d2140db13fbf0daa060"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""