summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec3c4caaa406..9585b5aa077e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = dgl
arch = any
license = MIT
provides = dgl
+ depends = python3
+ depends = dmenu
source = dgl::git+https://github.com/Jorengarenar/dgl.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c6f96b843c2d..f78d3d71d3c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.8.5
pkgrel=1
pkgdesc='Dmenu Game Launcher - use dmenu to launch your games'
arch=('any')
-depends=('python3')
+depends=('python3', 'dmenu-height')
url='https://joren.ga'
license=('MIT')
source=("${pkgname}::git+https://github.com/Jorengarenar/dgl.git")