summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2023-07-10 12:07:32 +0800
committerAlynx Zhou2023-07-10 12:07:32 +0800
commitc36701695096bdaf73ff76e6762885d5995a0c72 (patch)
tree11453457914a065968e3d927d8bcbbcb52821203
parentb54db88e25748e6ae66742799d3afddb38def94f (diff)
downloadaur-c36701695096bdaf73ff76e6762885d5995a0c72.tar.gz
Updated to Show Me The Key v1.9.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e996e1ae5b0..120ebda5dca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.8.1
+ pkgver = 1.9.0
pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = showmethekey
depends = pango
depends = libxkbcommon
depends = polkit
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.8.1.tar.gz
- sha512sums = 0a5204dc7e6ecc46d182bb23ad3943da91b0f480cf06bd06718d3859d97e88830b409d715c15474162a3d488e649529916f6bd5cffcfe68c7a130872a4d2e5f1
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.9.0.tar.gz
+ sha512sums = f7aa569eb6b21f312511a7220427970b9dfd60a5cdc394a2766670a162611dd2fc0074c35b2780a6d122374378127793a2af6681d3fc1dcf6474736265e843db
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 20e3ae148779..862f88778642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="A screenkey alternative that works under Wayland via libinput."
arch=("x86_64" "i686" "aarch64" "armv7h" "armv6h")
url="https://showmethekey.alynx.one/"
license=("Apache")
-depends=("libevdev" "udev" "libinput" "glib2" "gtk4" "json-glib" "cairo" "pango" "libxkbcommon" "polkit")
+depends=("libevdev" "udev" "libinput" "glib2" "gtk4" "libadwaita" "json-glib" "cairo" "pango" "libxkbcommon" "polkit")
makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('0a5204dc7e6ecc46d182bb23ad3943da91b0f480cf06bd06718d3859d97e88830b409d715c15474162a3d488e649529916f6bd5cffcfe68c7a130872a4d2e5f1')
+sha512sums=('f7aa569eb6b21f312511a7220427970b9dfd60a5cdc394a2766670a162611dd2fc0074c35b2780a6d122374378127793a2af6681d3fc1dcf6474736265e843db')
prepare() {
cd "${pkgname}-${pkgver}"