summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-17 14:55:30 +0800
committerAlynx Zhou2021-04-17 14:55:30 +0800
commitdef5bf31e3ff6f9532814dacce5bd68d5e3229f8 (patch)
treeed8bae65cb3eb51ec1a11902bd3651144a557579 /PKGBUILD
parent260fefcffebc1b1549050b190cb30bdfe58f5783 (diff)
downloadaur-def5bf31e3ff6f9532814dacce5bd68d5e3229f8.tar.gz
Updated to Show Me The Key v1.3.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c326b9c83e8b..6a7678f34b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.3.0
+pkgver=1.3.1
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" "gtk3" "json-glib" "cairo" "pango" "libxkbcommon")
makedepends=("meson" "git")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=("df1cd86296c0058d48a69b2925b37f95e57dd676d6d8c1741b1f65cf035df714921298aff4efe20266184dce6c621fba70678cc6195c13d81a1f62355254dbbc")
+sha512sums=("2828efb02a70ceeabc6d02b3220d588513b145ea358480d02a5722ceec198c3850173644e84d1c53bb342243b5b7dcacfd2e90b7186540dd873ed0d3aea84da2")
prepare() {
cd "${pkgname}-${pkgver}"