summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2022-07-04 19:57:37 +0800
committerAlynx Zhou2022-07-04 19:57:37 +0800
commit5904bb3c9c00058936d41cd153bd27c8ad8d5950 (patch)
tree1b2210b460f6b6f71a750c3912a08154eee99de5
parent3329b8c2f96c29916b7bfb028bb0f6a55f644619 (diff)
downloadaur-5904bb3c9c00058936d41cd153bd27c8ad8d5950.tar.gz
Updated to Show Me The Key v1.7.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6199e20606..33c487260e86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.7.2
+ pkgver = 1.7.3
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.2.tar.gz
- sha512sums = 33ab29ac3906239bbe93ed753389ad0f2ce226692c0d34c134493ac775424424a37a9b5b809ac037b66e94949da7d83fd05de404cb6930d2ceda5bba1f313ed9
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.7.3.tar.gz
+ sha512sums = a6a97b1ff6dea6ed950b565006953ecc52558ecdd7c2743d58eb0a9a5e6bd6636b1beeb1feb90b80425ab4024c5efb9302dda8433ed713624ac27ad0fb295396
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 11002fd859b1..0cf0bc79bccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.7.2
+pkgver=1.7.3
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=('33ab29ac3906239bbe93ed753389ad0f2ce226692c0d34c134493ac775424424a37a9b5b809ac037b66e94949da7d83fd05de404cb6930d2ceda5bba1f313ed9')
+sha512sums=('a6a97b1ff6dea6ed950b565006953ecc52558ecdd7c2743d58eb0a9a5e6bd6636b1beeb1feb90b80425ab4024c5efb9302dda8433ed713624ac27ad0fb295396')
prepare() {
cd "${pkgname}-${pkgver}"