summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Shapovalov2019-08-01 10:36:03 +0300
committerIvan Shapovalov2019-08-01 10:36:03 +0300
commitc0f8dec3a22da98d8300b2370b32b952bf447855 (patch)
tree7ecbabad8af07078ac7cc7809c06702bff769c0c /PKGBUILD
parent910ade941ce252a2716232740e2a379005b12623 (diff)
downloadaur-c0f8dec3a22da98d8300b2370b32b952bf447855.tar.gz
Bump; sync with aur/gdrivefs
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')