summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a7678f34b92..b879c69a9b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="A screenkey alternative that works under Wayland via libinput."
arch=("x86_64" "i686" "aarch64" "armv7h" "armv6h")
url="https://showmethekey.alynx.one/"
license=("Apache")
depends=("libevdev" "udev" "libinput" "glib2" "gtk3" "json-glib" "cairo" "pango" "libxkbcommon")
-makedepends=("meson" "git")
+makedepends=("meson")
source=("https://github.com/AlynxZhou/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=("2828efb02a70ceeabc6d02b3220d588513b145ea358480d02a5722ceec198c3850173644e84d1c53bb342243b5b7dcacfd2e90b7186540dd873ed0d3aea84da2")
+sha512sums=('0c7f20bc4b2455fe32c618034b1aa591de05f5381398b61c27998b81834de03bb57caf3073b69494c5acbd2b7a64c9ac77c04a6197e95f74107d60f00c6bc00c')
prepare() {
cd "${pkgname}-${pkgver}"