summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c4c55e21d1..c301c4c5248f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 22 05:19:57 UTC 2016
+# Wed Jun 22 20:58:48 UTC 2016
pkgbase = textsuggest-git
pkgdesc = Simple Linux utility to autocomplete words using dmenu2
pkgver = r23.1519640
@@ -8,6 +8,7 @@ pkgbase = textsuggest-git
arch = any
license = GPL3
makedepends = git
+ depends = python
depends = dmenu2
depends = xdotool
depends = xclip
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")