summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2023-07-06 15:10:49 +0800
committerAlynx Zhou2023-07-06 15:10:49 +0800
commitb54db88e25748e6ae66742799d3afddb38def94f (patch)
tree8c4032b4f91d708204464fa3039c5844619c14fa
parent99d6647fa1129cb245091767e1c4149e0d683755 (diff)
downloadaur-b54db88e25748e6ae66742799d3afddb38def94f.tar.gz
Updated to Show Me The Key v1.8.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ef8f09c112..6e996e1ae5b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = showmethekey
depends = pango
depends = libxkbcommon
depends = polkit
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.8.0.tar.gz
- sha512sums = 34f92feb90df1b617c58d3e34d8642e7d032ca0b5b4599eeda9b9d8a7df3398eea4617e58a2a55d31e02494837409e2405f92de0b478c20296bd98c8014ffe17
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.8.1.tar.gz
+ sha512sums = 0a5204dc7e6ecc46d182bb23ad3943da91b0f480cf06bd06718d3859d97e88830b409d715c15474162a3d488e649529916f6bd5cffcfe68c7a130872a4d2e5f1
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 0c1f0a9eb2fd..20e3ae148779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.8.0
+pkgver=1.8.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" "gtk4" "json-glib" "cairo" "pango" "libxkbcommon" "polkit")
makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('34f92feb90df1b617c58d3e34d8642e7d032ca0b5b4599eeda9b9d8a7df3398eea4617e58a2a55d31e02494837409e2405f92de0b478c20296bd98c8014ffe17')
+sha512sums=('0a5204dc7e6ecc46d182bb23ad3943da91b0f480cf06bd06718d3859d97e88830b409d715c15474162a3d488e649529916f6bd5cffcfe68c7a130872a4d2e5f1')
prepare() {
cd "${pkgname}-${pkgver}"