xdotool: update to 3.20210804.2.

This commit is contained in:
Leah Neukirchen 2021-08-07 16:07:47 +02:00
parent d38e9677af
commit 1290dd5f7f

View file

@ -1,6 +1,6 @@
# Template file for 'xdotool'
pkgname=xdotool
version=3.20160805.1
version=3.20210804.2
revision=3
build_style=gnu-makefile
make_build_target="all"
@ -12,8 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://github.com/jordansissel/xdotool"
distfiles="https://github.com/jordansissel/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=35be5ff6edf0c620a0e16f09ea5e101d5173280161772fca18657d83f20fcca8
CFLAGS="-std=c99"
checksum=fde6b15b5978c91e0ecb78cc541a9987752e724820722e479dcc2efc17466c89
xdotool-devel_package() {
short_desc+=" - development files"
@ -21,6 +20,7 @@ xdotool-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}