summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJorengarenar2019-07-21 05:39:44 +0200
committerJorengarenar2019-07-21 05:39:44 +0200
commit0d46b0fbb98446e95609a1a7f6e22aa3b4eedd3c (patch)
tree63f51549271c196fe87f35b7c3ff0a95ad20187c /PKGBUILD
parent7ea422cc86c3f53d276dac9c8766d70ba2c4508e (diff)
downloadaur-0d46b0fbb98446e95609a1a7f6e22aa3b4eedd3c.tar.gz
Fixed dependences
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e313ca0fbc1d..0b64a8a2c71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgver=0.8.7
pkgrel=1
pkgdesc='Dmenu Game Launcher - use dmenu to launch your games'
arch=('any')
-depends=('python', 'dmenu-height')
+depends=(python
+ dmenu)
url='https://joren.ga'
license=('MIT')
source=("${pkgname}::git+https://github.com/Jorengarenar/dgl.git")