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 b2312454ada2..19506909967d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 5 13:51:36 UTC 2017
+# Sat Nov 11 18:55:04 UTC 2017
pkgbase = grive-indicator-git
pkgdesc = A very simple and lightweight indicator applet to synchronize with Google Drive using grive
pkgver = 62.46d6aec
@@ -12,6 +12,7 @@ pkgbase = grive-indicator-git
depends = libappindicator-gtk3
depends = python
depends = python2-libappindicator
+ depends = python-requests
source = grive-indicator::git+https://github.com/LyzardKing/grive-indicator.git
md5sums = SKIP
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')