summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-21 17:53:38 +0800
committerAlynx Zhou2021-04-21 17:53:38 +0800
commit0c202e1776750ac8203e6cb84a1250edb5781b02 (patch)
treed5490c1f0c4753e32f752dd9b7c401833b09c841
parent042b130c526fc215ead672ef74ff3fbb7243c771 (diff)
downloadaur-0c202e1776750ac8203e6cb84a1250edb5781b02.tar.gz
Updated to Show Me The Key v1.4.6.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4b2bebbe84..29a4049cb6ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.4.2
+ pkgver = 1.4.6
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.2.tar.gz
- sha512sums = 564bdaa0916e521ddc6748bb7ac7c077e2fe7642027fee0442eb1655665e60238f1a6690f4f0ab1a19f4378e5c7302c7dbfa808fd2e57726b5e5d82f59d1c3bf
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.4.6.tar.gz
+ sha512sums = 46964df49441254c7268723573c0ffbc162d9df3287decf426508321b81d63980cd77add18579ad1c7b5c38162e0d22e3bab54056009925a60df5a8e886bd88d
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 87b05f87e5c9..916a0fb414f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.4.2
+pkgver=1.4.6
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=("564bdaa0916e521ddc6748bb7ac7c077e2fe7642027fee0442eb1655665e60238f1a6690f4f0ab1a19f4378e5c7302c7dbfa808fd2e57726b5e5d82f59d1c3bf")
+sha512sums=("46964df49441254c7268723573c0ffbc162d9df3287decf426508321b81d63980cd77add18579ad1c7b5c38162e0d22e3bab54056009925a60df5a8e886bd88d")
prepare() {
cd "${pkgname}-${pkgver}"