summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 18 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e966363f2f8..331421db8a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,26 @@
# Maintainer: Ivan Shapovalov <intelfx@intelfx.name
-# Contributor: Javier Tia <javier.tia at gmail dot com>
+# Contributor: Javier Tiá <javier.tia at gmail dot com>
+# Contributors: Javier Vazquez <j.e.vasquez.v at gmail dot com>
+# Contributors: Nagy Gábor <ngm.hun at gmail dot com>
pkgname=gdrivefs-git
_gitname=GDriveFS
-pkgver=0.14.3.r3.gdd54b7b
+pkgver=0.14.12.r17.ge6d9028
pkgrel=1
-pkgdesc="A complete FUSE adapter for Google Drive."
-url="https://github.com/dsoprea/GDriveFS"
-depends=('python2' 'python2-fusepy' 'python2-gevent' 'python2-google-api-python-client' 'python2-greenlet' 'python2-httplib2' 'python2-dateutil' 'python2-six' 'python2-wsgiref')
+pkgdesc='A complete FUSE adapter for Google Drive'
+url='https://github.com/dsoprea/GDriveFS'
+depends=(
+ 'python2'
+ 'python2-dateutil'
+ 'python2-fusepy'
+ 'python2-gevent'
+ 'python2-google-api-python-client'
+ 'python2-greenlet'
+ 'python2-httplib2'
+ 'python2-oauth2client'
+ 'python2-six'
+ 'python2-wsgiref'
+)
makedepends=('python2-distribute')
license=('GPL2')
arch=('any')