diff options
Diffstat (limited to 'accessibility/xdotool')
-rw-r--r-- | accessibility/xdotool/xdotool.SlackBuild | 8 | ||||
-rw-r--r-- | accessibility/xdotool/xdotool.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild index 3e845613ca73..8b7aa26ada55 100644 --- a/accessibility/xdotool/xdotool.SlackBuild +++ b/accessibility/xdotool/xdotool.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20220610 bkw: updated for v3.20210903.1. + # 20200329 bkw: # - BUILD=3 # - Stop including references to the build and $PKG dirs in the binary. This @@ -51,8 +53,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xdotool -VERSION=${VERSION:-3.20160805.1} -BUILD=${BUILD:-3} +VERSION=${VERSION:-3.20210903.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -129,7 +131,7 @@ gzip -9 $PKG/usr/man/man1/$PRGNAM.1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION chmod 0644 examples/*.sh $PKG/usr/include/*.h -cp -a CHANGELIST README COPYRIGHT examples $PRGNAM.html docs/html \ +cp -a CHANGELIST README* COPYRIGHT examples $PRGNAM.html docs/html \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/accessibility/xdotool/xdotool.info b/accessibility/xdotool/xdotool.info index de45ce8a214a..9e92079df428 100644 --- a/accessibility/xdotool/xdotool.info +++ b/accessibility/xdotool/xdotool.info @@ -1,8 +1,8 @@ PRGNAM="xdotool" -VERSION="3.20160805.1" +VERSION="3.20210903.1" HOMEPAGE="https://www.semicomplete.com/projects/xdotool/" -DOWNLOAD="https://github.com/jordansissel/xdotool/releases/download/v3.20160805.1/xdotool-3.20160805.1.tar.gz" -MD5SUM="544632cc2cf7383bc44425c25ee0650a" +DOWNLOAD="https://github.com/jordansissel/xdotool/releases/download/v3.20210903.1/xdotool-3.20210903.1.tar.gz" +MD5SUM="6ac239a33b4294d9553440fd2b9a1332" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |