summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2024-05-07 17:34:46 +0800
committerAlynx Zhou2024-05-07 17:34:46 +0800
commitc15f84ee23491bba5d7970246be7964788dcf298 (patch)
treec703619b409fd73ac25ba3fba35a5e6cd2360779
parentbbb3a011cd8acf75d386ebae175588f5499af643 (diff)
downloadaur-c15f84ee23491bba5d7970246be7964788dcf298.tar.gz
Updated to Show Me The Key v1.13.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f4da80d98a2..e4f0c882a0e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.13.0
+ pkgver = 1.13.1
pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = showmethekey
depends = pango
depends = libxkbcommon
depends = polkit
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.13.0.tar.gz
- sha512sums = f67bd5a55521be520fe3de8d668a44ea10de014a6421abdf07b8465778d36ec4d44b9e489c61c5e7c627f25c7687bb16feb8bda3e547253fe0871ed042345785
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.13.1.tar.gz
+ sha512sums = 4d15c257078c2b941197a968b9b81784f0603a70b0feba7b77e12b5c6eb75655a6c14fa857a6d4cd33ef657d3630d94be4a5d672331d2edbbda7923c76b87bf1
pkgname = showmethekey
diff --git a/PKGBUILD b/PKGBUILD
index 1e0f98b0b50f..836857e6150a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.13.0
+pkgver=1.13.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" "libadwaita" "json-glib" "cairo" "pango" "libxkbcommon" "polkit")
makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('f67bd5a55521be520fe3de8d668a44ea10de014a6421abdf07b8465778d36ec4d44b9e489c61c5e7c627f25c7687bb16feb8bda3e547253fe0871ed042345785')
+sha512sums=('4d15c257078c2b941197a968b9b81784f0603a70b0feba7b77e12b5c6eb75655a6c14fa857a6d4cd33ef657d3630d94be4a5d672331d2edbbda7923c76b87bf1')
prepare() {
cd "${pkgname}-${pkgver}"