summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-16 22:13:23 +0800
committerAlynx Zhou2021-04-16 22:13:23 +0800
commit8790c042cdebf1174b74eeaa15864993527b5c64 (patch)
tree9250d4cf5f0d447a1e64baaa49cf2ca43281e1b4
parentddf52cb458813aa5c93e443c96ecc44b4f26f974 (diff)
downloadaur-8790c042cdebf1174b74eeaa15864993527b5c64.tar.gz
Updated to Show Me The Key v1.2.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33096071e866..e7f2d9711cb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.1.0
+ pkgver = 1.2.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.1.0.tar.gz
- sha512sums = 0a9b3a63121d31831a09aa4eca79b9fecdec16f236fb89ac3e6843489f6675f7cff708c9175c5295217f09d2df600b30d62fb0798c3891b70de12c636c56cb6b
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.2.0.tar.gz
+ sha512sums = c920f540aed77bb888c13a796e01d2ec4db15cd316f9cf79c66a64972fcfd372e4a571a89e020c5119e4e5075997631f932a642710f11d775b73141d5761e1e7
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index ae25c20e65a3..f63ed9c372ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.1.0
+pkgver=1.2.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=("0a9b3a63121d31831a09aa4eca79b9fecdec16f236fb89ac3e6843489f6675f7cff708c9175c5295217f09d2df600b30d62fb0798c3891b70de12c636c56cb6b")
+sha512sums=("c920f540aed77bb888c13a796e01d2ec4db15cd316f9cf79c66a64972fcfd372e4a571a89e020c5119e4e5075997631f932a642710f11d775b73141d5761e1e7")
prepare() {
cd "${pkgname}-${pkgver}"