summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorengarenar2019-07-20 13:12:05 +0200
committerJorengarenar2019-07-20 13:12:05 +0200
commit088fd95ff0a0720b85f8008eec84775f0834e250 (patch)
tree066a391a1062ac6daf7ce18bb7934dd41270f3f3
parent5e368390b0945e4656b006ee739aba109ae8f7fb (diff)
downloadaur-088fd95ff0a0720b85f8008eec84775f0834e250.tar.gz
Update .SRCINFO
-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")