summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73bc874be499..ce665f993a7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-drivelib
pkgdesc = Easy access to the most common Google Drive API calls
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/Lykos153/python-drivelib
arch = any
license = GPLv3+
@@ -13,7 +13,8 @@ pkgbase = python-drivelib
depends = python-google-auth-httplib2
depends = python-google-auth
depends = python-oauth2client
- source = git+https://github.com/Lykos153/python-drivelib.git#tag=v0.2.0
+ depends = python-expiringdict
+ source = git+https://github.com/Lykos153/python-drivelib.git#tag=v0.3.0
sha256sums = SKIP
pkgname = python-drivelib
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')