summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2021-08-26 08:20:16 +0200
committerStefan Tatschner2021-08-26 08:20:16 +0200
commitaf9b84133de24c8e7cbf49c236c1b7dad38642f9 (patch)
tree2cff46c8aafb6e50a1d66bfd6fbc83feaa32ae69
parent3091d2ec4d3acf24a17462932e0e80f0d2b8ecb3 (diff)
downloadaur-af9b84133de24c8e7cbf49c236c1b7dad38642f9.tar.gz
upgpkg: wshowkeys-git r5.e8bfc78-1
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7435234e24e..bcfd0237f187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = wshowkeys-git
url = https://github.com/ammgws/wshowkeys
arch = x86_64
license = GPL
+ makedepends = git
makedepends = meson
makedepends = wayland-protocols
depends = cairo
diff --git a/PKGBUILD b/PKGBUILD
index b1983522ed0f..3f65e6f420f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://github.com/ammgws/wshowkeys'
license=('GPL')
depends=('cairo' 'pango' 'libinput' 'libxkbcommon')
-makedepends=('meson' 'wayland-protocols')
+makedepends=('git' 'meson' 'wayland-protocols')
provides=('wshowkeys')
conflicts=('wshowkeys')
source=("$_pkgname::git+https://github.com/ammgws/wshowkeys")