summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2018-08-15 15:59:54 -0600
committerJavier Tiá2018-08-15 15:59:54 -0600
commitc1702d5f3c22805ea4462f7eed885a95a23a4959 (patch)
tree9a642acbd295bad14abfa0be168ff9dcdc1dd595 /PKGBUILD
parente78ddf73d9aa0d4ce407484e3ec3ba7a1ea49552 (diff)
downloadaur-c1702d5f3c22805ea4462f7eed885a95a23a4959.tar.gz
Bump up gdrivefs-0.14.9-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03a33223c9d3..a702c2b4fbef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,21 @@
pkgname=gdrivefs
_gitname=GDriveFS
pkgver=0.14.9
-pkgrel=3
+pkgrel=4
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')
+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')