xdotool: use upstream tarball.

Git provided one lacks version information.

Closes #22006.
This commit is contained in:
Leah Neukirchen 2020-05-19 00:33:49 +02:00
parent c4d8eea536
commit c2268bcef4

View file

@ -1,7 +1,7 @@
# Template file for 'xdotool' # Template file for 'xdotool'
pkgname=xdotool pkgname=xdotool
version=3.20160805.1 version=3.20160805.1
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
make_build_target="all" make_build_target="all"
make_install_args="INSTALLMAN=$DESTDIR/usr/share/man" make_install_args="INSTALLMAN=$DESTDIR/usr/share/man"
@ -11,8 +11,8 @@ short_desc="Command-line X11 automation tool"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/jordansissel/xdotool" homepage="https://github.com/jordansissel/xdotool"
distfiles="https://github.com/jordansissel/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/jordansissel/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a checksum=35be5ff6edf0c620a0e16f09ea5e101d5173280161772fca18657d83f20fcca8
CFLAGS="-std=c99" CFLAGS="-std=c99"
xdotool-devel_package() { xdotool-devel_package() {