summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2022-07-04 19:30:23 +0800
committerAlynx Zhou2022-07-04 19:30:23 +0800
commit3329b8c2f96c29916b7bfb028bb0f6a55f644619 (patch)
treede4b7838e30d6c19709bbd705339bfe431d65f9d
parent1be4312a8df6b25bf8d8a8569cf1103eed674543 (diff)
downloadaur-3329b8c2f96c29916b7bfb028bb0f6a55f644619.tar.gz
Updated to Show Me The Key v1.7.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74e8cd29d6d1..db6199e20606 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.7.1
+ pkgver = 1.7.2
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.7.1.tar.gz
- sha512sums = 16bdd3b4e963c546a659224ccfe4d2a1fd898487b67b93e465f3903f299a713185390d17f3e8826a277e9582456d53d62cbe0deb6c0486c314182489b5cbdff8
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.7.2.tar.gz
+ sha512sums = 33ab29ac3906239bbe93ed753389ad0f2ce226692c0d34c134493ac775424424a37a9b5b809ac037b66e94949da7d83fd05de404cb6930d2ceda5bba1f313ed9
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 50fdb0210b03..11002fd859b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.7.1
+pkgver=1.7.2
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" "json-glib" "cairo" "pango" "libxkbcommon" "polkit")
makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('16bdd3b4e963c546a659224ccfe4d2a1fd898487b67b93e465f3903f299a713185390d17f3e8826a277e9582456d53d62cbe0deb6c0486c314182489b5cbdff8')
+sha512sums=('33ab29ac3906239bbe93ed753389ad0f2ce226692c0d34c134493ac775424424a37a9b5b809ac037b66e94949da7d83fd05de404cb6930d2ceda5bba1f313ed9')
prepare() {
cd "${pkgname}-${pkgver}"