summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlynx Zhou2023-01-26 17:02:44 +0800
committerAlynx Zhou2023-01-26 17:02:44 +0800
commit99d6647fa1129cb245091767e1c4149e0d683755 (patch)
treea373abe3a82e21d9f4d46b2accfe4434ec888fff /PKGBUILD
parent5904bb3c9c00058936d41cd153bd27c8ad8d5950 (diff)
downloadaur-99d6647fa1129cb245091767e1c4149e0d683755.tar.gz
Updated to Show Me The Key 1.8.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cf0bc79bccb..0c1f0a9eb2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.7.3
+pkgver=1.8.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" "json-glib" "cairo" "pango" "libxkbcommon" "polkit")
makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('a6a97b1ff6dea6ed950b565006953ecc52558ecdd7c2743d58eb0a9a5e6bd6636b1beeb1feb90b80425ab4024c5efb9302dda8433ed713624ac27ad0fb295396')
+sha512sums=('34f92feb90df1b617c58d3e34d8642e7d032ca0b5b4599eeda9b9d8a7df3398eea4617e58a2a55d31e02494837409e2405f92de0b478c20296bd98c8014ffe17')
prepare() {
cd "${pkgname}-${pkgver}"