summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2023-08-30 15:40:31 +0800
committerAlynx Zhou2023-08-30 15:40:31 +0800
commitaa9eec0f52df12f1b38b9fa12115e13d9eedec81 (patch)
treed02e750816f5e17620c9ab9d4cdf085ccbfe84b2
parent1973e074d3accdd7c67785992ff36f9aabd8adbe (diff)
downloadaur-aa9eec0f52df12f1b38b9fa12115e13d9eedec81.tar.gz
Updated to Show Me The Key v1.11.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a3cf149852d..df1e00094ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = showmethekey
depends = pango
depends = libxkbcommon
depends = polkit
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.10.0.tar.gz
- sha512sums = 65c13452294ed9458090fbbc0bc172e9d247f6d3fa819b214952fbccf930f3bc8a1753048b47b701bcc3a3ea04e6771c6c8b2a6ac8364487f9c3025037b60664
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.11.0.tar.gz
+ sha512sums = 1723435df7b2be2aa5128f97b1b05b1d2a0832a33c682aaf18a5b7372724f0fa672cc990c69479d90840a9b3175623822b0c004c570b36bc23e74f12a1c4e404
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 02c3b7578ebc..d267880d4875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A screenkey alternative that works under Wayland via libinput."
arch=("x86_64" "i686" "aarch64" "armv7h" "armv6h")
@@ -9,7 +9,7 @@ license=("Apache")
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=('65c13452294ed9458090fbbc0bc172e9d247f6d3fa819b214952fbccf930f3bc8a1753048b47b701bcc3a3ea04e6771c6c8b2a6ac8364487f9c3025037b60664')
+sha512sums=('1723435df7b2be2aa5128f97b1b05b1d2a0832a33c682aaf18a5b7372724f0fa672cc990c69479d90840a9b3175623822b0c004c570b36bc23e74f12a1c4e404')
prepare() {
cd "${pkgname}-${pkgver}"