summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSilvio Ankermann2021-01-28 14:35:32 +0100
committerSilvio Ankermann2021-01-28 14:35:32 +0100
commit822ec64e0ad38d643b329ac8ea1fdce84ac5501a (patch)
treee83e250092268f5db50f8adb0956f384b1f48b69 /PKGBUILD
parentcd877cde8af9203111fdbe32b27737aaa2d159d4 (diff)
downloadaur-python-drivelib.tar.gz
v0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38f4a41af7b8..1155ef928b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Silvio Ankermann < silvio at booq dot org >
pkgname=python-drivelib
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc='Easy access to the most common Google Drive API calls'
url='https://github.com/Lykos153/python-drivelib'
license=('GPLv3+')
arch=('any')
-depends=('python' 'python-google-api-python-client' 'python-google-auth-oauthlib' 'python-google-auth-httplib2' 'python-google-auth' 'python-oauth2client')
+depends=('python' 'python-google-api-python-client' 'python-google-auth-oauthlib' 'python-google-auth-httplib2' 'python-google-auth' 'python-oauth2client' 'python-expiringdict')
makedepends=('python-setuptools' 'git')
source=("git+https://github.com/Lykos153/${pkgname}.git#tag=v${pkgver}")
sha256sums=('SKIP')