diff options
author | ptrcnull <git@ptrcnull.me> | 2023-02-19 20:53:21 +0100 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2023-02-20 09:00:47 +0000 |
commit | b3a63a9bcfa193047d4be96872923a0c58b8b27a (patch) | |
tree | 86b1ac63018101a5d1f374a728a7a8f308fc4c9a | |
parent | 7c245f64a458ec0abeb609d62f6d8e82dc25cd9c (diff) |
community/libinputsynth: upgrade to 0.16.0
-rw-r--r-- | community/libinputsynth/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/libinputsynth/APKBUILD b/community/libinputsynth/APKBUILD index 845fd7f79cb..238c7f8a30b 100644 --- a/community/libinputsynth/APKBUILD +++ b/community/libinputsynth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libinputsynth -pkgver=0.15.0 +pkgver=0.16.0 pkgrel=0 pkgdesc="Synthesize keyboard and mouse input on X11 and Wayland with various backends" url="https://gitlab.freedesktop.org/xrdesktop/xrdesktop" @@ -16,7 +16,7 @@ makedepends="$depends_dev meson " source="https://gitlab.freedesktop.org/xrdesktop/libinputsynth/-/archive/$pkgver/libinputsynth-$pkgver.tar.gz" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-doc" build() { abuild-meson \ @@ -33,4 +33,6 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="bd4054b05a297f28678bd066f2a7eb62bce0b39ffe0e3bbe6d0ce1323f80b4290ee951c8f9c1006ca77f3ad15282ed6e2c4a960f590487b066202c5738398e24 libinputsynth-0.15.0.tar.gz" +sha512sums=" +06568d8217823d479bee301954516b64968c188645ea073dc30b5152a13e922bca43474e66c55edd02ef0c7013a7cad5e2e16e4169d1fa0faacf54b0467ec764 libinputsynth-0.16.0.tar.gz +" |