mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/dotool: upgrade to 1.5
This commit is contained in:
parent
b871a00f1a
commit
e897a0b973
@ -1,8 +1,8 @@
|
|||||||
# Contributor: John Gebbie <me@johngebbie.com>
|
# Contributor: John Gebbie <me@johngebbie.com>
|
||||||
# Maintainer: John Gebbie <me@johngebbie.com>
|
# Maintainer: John Gebbie <me@johngebbie.com>
|
||||||
pkgname=dotool
|
pkgname=dotool
|
||||||
pkgver=1.4
|
pkgver=1.5
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Command to simulate input anywhere (X11, Wayland, TTYs)"
|
pkgdesc="Command to simulate input anywhere (X11, Wayland, TTYs)"
|
||||||
url="https://sr.ht/~geb/dotool"
|
url="https://sr.ht/~geb/dotool"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-openrc"
|
|||||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~geb/dotool/archive/$pkgver.tar.gz
|
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~geb/dotool/archive/$pkgver.tar.gz
|
||||||
dotoold.initd
|
dotoold.initd
|
||||||
"
|
"
|
||||||
options="!check" # no test suite
|
options="!check net" # no test suite
|
||||||
|
|
||||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||||
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
||||||
@ -33,6 +33,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
9bf735365f6b5dd41473134cca1efaecf702b8733ca5026ac1b568ff4e2168c9120d35c3da5296002d16bd5d2af9910c0011a501d3628059f77221e3de51e362 dotool-1.4.tar.gz
|
f37c88984c1f87c4a9220d155498a79e63db12909325da6d673aeb9e872264473a18a67a7b2ac106fe36593bc7a5d34250716f675f517154de78023061faee7f dotool-1.5.tar.gz
|
||||||
2d2744d75178aa57c653c5bdc6370caa205d96525f9aa6e5480c6c98c6f3528f0a4eb8997eb1d85acfadf97e790937244b017f5cc7981f2000908619b64dfed1 dotoold.initd
|
2d2744d75178aa57c653c5bdc6370caa205d96525f9aa6e5480c6c98c6f3528f0a4eb8997eb1d85acfadf97e790937244b017f5cc7981f2000908619b64dfed1 dotoold.initd
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user