summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenerator2017-04-27 13:55:29 +0100
committerGenerator2017-04-27 13:55:29 +0100
commitc015d1476f098960e3ba501a0e10ad28bb05d30d (patch)
tree7af6c531d9834d5c4a689ffe549f974180256e9b /PKGBUILD
parent974bba7a70292b72d7e49cda9da21679d0b88d99 (diff)
downloadaur-c015d1476f098960e3ba501a0e10ad28bb05d30d.tar.gz
missing depencency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')