summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-21 15:46:46 +0800
committerAlynx Zhou2021-04-21 15:46:46 +0800
commitf482c024bd8ea377d31cbf6974a57b5349142914 (patch)
tree747450717dfd1db6b29385b5c6c7b3acb39b38cd
parent1d5ef23eac37454f72615de0967748e20f712119 (diff)
downloadaur-f482c024bd8ea377d31cbf6974a57b5349142914.tar.gz
Updated to Show Me The Key v1.4.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 652b1adb0f5f..f28680dff36e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = showmethekey
depends = cairo
depends = pango
depends = libxkbcommon
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.4.0.tar.gz
- sha512sums = 95aed07bf942a242785314aabeccf7220db4ba667d8ade7df5b24f89b789f5c296d1b6b710c20cca03690fada41f83fbcf62575562f38e01545ecfb8fa076f80
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.4.1.tar.gz
+ sha512sums = 5f478ed8cabdef2079261e160ab164d96c300970928d73aa1f88c581d67c4c4d948be86189f558142b5d5dcdb402f6f1ef65df628b9ca992bedd385139d2812b
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 9dea2c00b885..5a37a66eb6b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.4.0
+pkgver=1.4.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")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=("95aed07bf942a242785314aabeccf7220db4ba667d8ade7df5b24f89b789f5c296d1b6b710c20cca03690fada41f83fbcf62575562f38e01545ecfb8fa076f80")
+sha512sums=("5f478ed8cabdef2079261e160ab164d96c300970928d73aa1f88c581d67c4c4d948be86189f558142b5d5dcdb402f6f1ef65df628b9ca992bedd385139d2812b")
prepare() {
cd "${pkgname}-${pkgver}"