summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-06-22 22:59:11 +0200
committershellkr2016-06-22 22:59:11 +0200
commit1add1bc343cd70395f6a6d93dd4815cd30a9e729 (patch)
tree3bdd79212a85502f9b38f1a563ab4c095eba89bc /PKGBUILD
parentb97950bfe1ea332c0f7479fd41763f05f2c83ec2 (diff)
downloadaur-1add1bc343cd70395f6a6d93dd4815cd30a9e729.tar.gz
missed to add python as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c704892cc4b..567b2c6773d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Simple Linux utility to autocomplete words using dmenu2'
arch=('any')
url="https://github.com/bharadwaj-raju/TextSuggest"
license=('GPL3')
-depends=('dmenu2' 'xdotool' 'xclip')
+depends=('python' 'dmenu2' 'xdotool' 'xclip')
makedepends=('git')
provides=("$_gitname")
source=("$_gitname::git+https://github.com/bharadwaj-raju/TextSuggest.git")