summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenerator2017-11-11 18:55:48 +0000
committerGenerator2017-11-11 18:55:48 +0000
commit2aaf91518f83c8aa4afe70fd4182711ef0de9aa2 (patch)
tree3a36c272a92fb5cc91ac00700bb204c4f983ad93 /PKGBUILD
parentf1a7fcbd7e34adf1c5bcca87f00bc7f990b01294 (diff)
downloadaur-grive-indicator-git.tar.gz
added missing dependencie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af22ac433fe7..3512bee642d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A very simple and lightweight indicator applet to synchronize with Goog
arch=('any')
url='https://github.com/LyzardKing/grive-indicator'
license=('GPL')
-depends=('grive' 'libappindicator-gtk3' 'python' 'python2-libappindicator')
+depends=('grive' 'libappindicator-gtk3' 'python' 'python2-libappindicator' 'python-requests')
makedepends=('git')
source=('grive-indicator::git+https://github.com/LyzardKing/grive-indicator.git')
md5sums=('SKIP')