summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2021-04-22 09:03:34 +0800
committerAlynx Zhou2021-04-22 09:03:34 +0800
commitf1b8583df192d5987d34979a4140f19ade351746 (patch)
tree7f2e52ecabca4df291eb26b9d46dc981170b839c
parent0c202e1776750ac8203e6cb84a1250edb5781b02 (diff)
downloadaur-f1b8583df192d5987d34979a4140f19ade351746.tar.gz
Added polkit to depends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a4049cb6ce..9c2646a49a2e 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 = 1
+ pkgrel = 2
url = https://showmethekey.alynx.one/
arch = x86_64
arch = i686
@@ -19,6 +19,7 @@ pkgbase = showmethekey
depends = cairo
depends = pango
depends = libxkbcommon
+ depends = polkit
source = https://github.com/AlynxZhou/showmethekey/archive/v1.4.6.tar.gz
sha512sums = 46964df49441254c7268723573c0ffbc162d9df3287decf426508321b81d63980cd77add18579ad1c7b5c38162e0d22e3bab54056009925a60df5a8e886bd88d
diff --git a/PKGBUILD b/PKGBUILD
index 916a0fb414f2..ce856e392f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=showmethekey
pkgver=1.4.6
-pkgrel=1
+pkgrel=2
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")
+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")