summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-11-01 15:16:00 +0800
committerAlynx Zhou2021-11-01 15:16:00 +0800
commit597983cee912ee5026b3c6a771fff7636ec51098 (patch)
treee56856225e361852eec501fe0fad2609cfbacf89
parentf1b8583df192d5987d34979a4140f19ade351746 (diff)
downloadaur-597983cee912ee5026b3c6a771fff7636ec51098.tar.gz
Updated to Show Me The Key v1.5.0.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c2646a49a2e..5e78da9aee1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.4.6
- pkgrel = 2
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
arch = i686
@@ -20,8 +20,7 @@ pkgbase = showmethekey
depends = pango
depends = libxkbcommon
depends = polkit
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.4.6.tar.gz
- sha512sums = 46964df49441254c7268723573c0ffbc162d9df3287decf426508321b81d63980cd77add18579ad1c7b5c38162e0d22e3bab54056009925a60df5a8e886bd88d
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.5.0.tar.gz
+ sha512sums = 73b1dbb8239e9806f84270c593e41520a8937c7672eb17cef642d221bd21329277fa2887fa2832b5c087f83c6bf75d67dc8340792beb064ee36c1bdc4e099063
pkgname = showmethekey
-
diff --git a/PKGBUILD b/PKGBUILD
index ce856e392f07..39543f98b72c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.4.6
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc="A screenkey alternative that works under Wayland via libinput."
arch=("x86_64" "i686" "aarch64" "armv7h" "armv6h")
url="https://showmethekey.alynx.one/"
@@ -9,7 +9,7 @@ license=("Apache")
depends=("libevdev" "udev" "libinput" "glib2" "gtk3" "json-glib" "cairo" "pango" "libxkbcommon" "polkit")
makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=("46964df49441254c7268723573c0ffbc162d9df3287decf426508321b81d63980cd77add18579ad1c7b5c38162e0d22e3bab54056009925a60df5a8e886bd88d")
+sha512sums=('73b1dbb8239e9806f84270c593e41520a8937c7672eb17cef642d221bd21329277fa2887fa2832b5c087f83c6bf75d67dc8340792beb064ee36c1bdc4e099063')
prepare() {
cd "${pkgname}-${pkgver}"