summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-15 09:39:16 +0800
committerAlynx Zhou2021-04-15 09:39:16 +0800
commitddf52cb458813aa5c93e443c96ecc44b4f26f974 (patch)
tree3dfc58f966b9f94e3e58aec018ae140099560542
parent2062a74f430cd2d90713104b843c51aaf540343b (diff)
downloadaur-ddf52cb458813aa5c93e443c96ecc44b4f26f974.tar.gz
Updated to Show Me The Key v1.1.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e81d56135639..33096071e866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/AlynxZhou/showmethekey
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = showmethekey
depends = cairo
depends = pango
depends = libxkbcommon
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.0.0.tar.gz
- sha512sums = 2cd188357a69a5c3dd2390cf2eadb51675d9787e87f98a8073ebed8c5ca92f8207f9d66951c9db8f88a669da6d4f6c48eaa19d70517f3553c5cadac352a9de36
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.1.0.tar.gz
+ sha512sums = 0a9b3a63121d31831a09aa4eca79b9fecdec16f236fb89ac3e6843489f6675f7cff708c9175c5295217f09d2df600b30d62fb0798c3891b70de12c636c56cb6b
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index a1a58c0c6423..ae25c20e65a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.0.0
+pkgver=1.1.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" "gtk3" "json-glib" "cairo" "pango" "libxkbcommon")
makedepends=("meson" "git")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=("2cd188357a69a5c3dd2390cf2eadb51675d9787e87f98a8073ebed8c5ca92f8207f9d66951c9db8f88a669da6d4f6c48eaa19d70517f3553c5cadac352a9de36")
+sha512sums=("0a9b3a63121d31831a09aa4eca79b9fecdec16f236fb89ac3e6843489f6675f7cff708c9175c5295217f09d2df600b30d62fb0798c3891b70de12c636c56cb6b")
prepare() {
cd "${pkgname}-${pkgver}"