summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95d6ae46810b..5d290a93b913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 14:40:43 UTC 2017
+# Thu Apr 27 12:54:23 UTC 2017
pkgbase = grive-indicator-git
pkgdesc = A very simple and lightweight indicator applet to synchronize with Google Drive using grive
- pkgver = 54.b0b82bd
+ pkgver = 55.d4eaaa8
pkgrel = 1
url = https://github.com/LyzardKing/grive-indicator
arch = any
@@ -10,6 +10,7 @@ pkgbase = grive-indicator-git
makedepends = git
makedepends = python
depends = grive
+ depends = libappindicator-gtk3
depends = python2-libappindicator
source = grive-indicator::git+https://github.com/LyzardKing/grive-indicator.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e57dd2919f60..1874db0240fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
_pkgname=grive-indicator
pkgname=$_pkgname-git
-pkgver=54.b0b82bd
+pkgver=55.d4eaaa8
pkgrel=1
pkgdesc='A very simple and lightweight indicator applet to synchronize with Google Drive using grive'
arch=('any')
url='https://github.com/LyzardKing/grive-indicator'
license=('GPL')
-depends=('grive' 'python2-libappindicator')
+depends=('grive' 'libappindicator-gtk3' 'python2-libappindicator')
makedepends=('git' 'python')
source=('grive-indicator::git+https://github.com/LyzardKing/grive-indicator.git')
md5sums=('SKIP')