summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")