summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-17 10:38:35 +0800
committerAlynx Zhou2021-04-17 10:38:35 +0800
commit260fefcffebc1b1549050b190cb30bdfe58f5783 (patch)
treed68e83436f440775189e597088d4a06e115b0fe9 /PKGBUILD
parent8790c042cdebf1174b74eeaa15864993527b5c64 (diff)
downloadaur-260fefcffebc1b1549050b190cb30bdfe58f5783.tar.gz
Updated to Show Me The Key v1.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f63ed9c372ff..c326b9c83e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="A screenkey alternative that works under Wayland via libinput."
arch=("x86_64" "i686" "aarch64" "armv7h" "armv6h")
-url="https://github.com/AlynxZhou/showmethekey"
+url="https://showmethekey.alynx.one/"
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=("c920f540aed77bb888c13a796e01d2ec4db15cd316f9cf79c66a64972fcfd372e4a571a89e020c5119e4e5075997631f932a642710f11d775b73141d5761e1e7")
+sha512sums=("df1cd86296c0058d48a69b2925b37f95e57dd676d6d8c1741b1f65cf035df714921298aff4efe20266184dce6c621fba70678cc6195c13d81a1f62355254dbbc")
prepare() {
cd "${pkgname}-${pkgver}"