summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-20 16:29:14 +0800
committerAlynx Zhou2021-04-20 16:29:14 +0800
commit516a9909d4d28c796f51cc12f2bb59f340049b9d (patch)
tree060b2dacb82c65b06b9e1167a65e9b5b2b2ddbac
parentdef5bf31e3ff6f9532814dacce5bd68d5e3229f8 (diff)
downloadaur-516a9909d4d28c796f51cc12f2bb59f340049b9d.tar.gz
Updated to Show Me The Key v1.3.2.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b71f720c66..b82553efa21e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmethekey
pkgdesc = A screenkey alternative that works under Wayland via libinput.
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = showmethekey
arch = armv6h
license = Apache
makedepends = meson
- makedepends = git
depends = libevdev
depends = udev
depends = libinput
@@ -20,8 +19,8 @@ pkgbase = showmethekey
depends = cairo
depends = pango
depends = libxkbcommon
- source = https://github.com/AlynxZhou/showmethekey/archive/v1.3.1.tar.gz
- sha512sums = 2828efb02a70ceeabc6d02b3220d588513b145ea358480d02a5722ceec198c3850173644e84d1c53bb342243b5b7dcacfd2e90b7186540dd873ed0d3aea84da2
+ source = https://github.com/AlynxZhou/showmethekey/archive/v1.3.2.tar.gz
+ sha512sums = 0c7f20bc4b2455fe32c618034b1aa591de05f5381398b61c27998b81834de03bb57caf3073b69494c5acbd2b7a64c9ac77c04a6197e95f74107d60f00c6bc00c
pkgname = showmethekey
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}"