summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSilvio Ankermann2019-02-17 02:10:47 +0100
committerSilvio Ankermann2019-02-17 02:10:47 +0100
commitdcfb177182228293cc0bcb819aba2638af9e011d (patch)
treeced033ff02739d615fa065e481c31b42d5ec4621 /PKGBUILD
parent71c6663b8080d63b5ce12f88b8056a3eb18a3508 (diff)
downloadaur-dcfb177182228293cc0bcb819aba2638af9e011d.tar.gz
Add python-oauth2client as dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89229977f610..3ca7406253e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=git-annex-remote-googledrive
pkgver=0.11.1
-pkgrel=2
+pkgrel=3
pkgdesc='Faster git-annex special remote for Google Drive with support for exports'
url='https://github.com/Lykos153/git-annex-remote-googledrive'
license=('GPLv3+')
arch=('any')
-depends=('python-annexremote' 'python-pydrive' 'python-tenacity')
+depends=('python-annexremote' 'python-pydrive' 'python-tenacity' 'python-oauth2client')
makedepends=('python-setuptools')
source=("https://github.com/Lykos153/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('8d3edcd9cbcf7c7f5617eaacd14f275ed6b5cbafd3e66f4f3a0f75d86b675eed')