summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-21 16:08:36 +0800
committerAlynx Zhou2021-04-21 16:08:36 +0800
commit042b130c526fc215ead672ef74ff3fbb7243c771 (patch)
treed984a0c5a0420e86961223d492caa5dfe93667f8
parentf482c024bd8ea377d31cbf6974a57b5349142914 (diff)
downloadaur-042b130c526fc215ead672ef74ff3fbb7243c771.tar.gz
Updated to Show Me The Key v1.4.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f28680dff36e..2e4b2bebbe84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.4.1
+ pkgver = 1.4.2
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.1.tar.gz
- sha512sums = 5f478ed8cabdef2079261e160ab164d96c300970928d73aa1f88c581d67c4c4d948be86189f558142b5d5dcdb402f6f1ef65df628b9ca992bedd385139d2812b
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.4.2.tar.gz
+ sha512sums = 564bdaa0916e521ddc6748bb7ac7c077e2fe7642027fee0442eb1655665e60238f1a6690f4f0ab1a19f4378e5c7302c7dbfa808fd2e57726b5e5d82f59d1c3bf
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 5a37a66eb6b9..87b05f87e5c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.4.1
+pkgver=1.4.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" "gtk3" "json-glib" "cairo" "pango" "libxkbcommon")
makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=("5f478ed8cabdef2079261e160ab164d96c300970928d73aa1f88c581d67c4c4d948be86189f558142b5d5dcdb402f6f1ef65df628b9ca992bedd385139d2812b")
+sha512sums=("564bdaa0916e521ddc6748bb7ac7c077e2fe7642027fee0442eb1655665e60238f1a6690f4f0ab1a19f4378e5c7302c7dbfa808fd2e57726b5e5d82f59d1c3bf")
prepare() {
cd "${pkgname}-${pkgver}"