summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index befb6905e265..b2312454ada2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 5 13:45:18 UTC 2017
+# Fri May 5 13:51:36 UTC 2017
pkgbase = grive-indicator-git
pkgdesc = A very simple and lightweight indicator applet to synchronize with Google Drive using grive
pkgver = 62.46d6aec
@@ -8,9 +8,9 @@ pkgbase = grive-indicator-git
arch = any
license = GPL
makedepends = git
- makedepends = python
depends = grive
depends = libappindicator-gtk3
+ depends = python
depends = python2-libappindicator
source = grive-indicator::git+https://github.com/LyzardKing/grive-indicator.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 973da9fec502..af22ac433fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ 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' 'python2-libappindicator')
-makedepends=('git' 'python')
+depends=('grive' 'libappindicator-gtk3' 'python' 'python2-libappindicator')
+makedepends=('git')
source=('grive-indicator::git+https://github.com/LyzardKing/grive-indicator.git')
md5sums=('SKIP')