summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Ankermann2020-09-22 20:49:17 +0200
committerSilvio Ankermann2020-09-22 20:49:17 +0200
commit7f6ee01b05dd8d3a24d7a9df8ef5557c8a18e5dc (patch)
tree85a4fac5cc329e81ea59d16728fdb850db03b17a
parent9eab97112f94164b740b69c81994f3181af7ee76 (diff)
downloadaur-7f6ee01b05dd8d3a24d7a9df8ef5557c8a18e5dc.tar.gz
v0.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9526db650f7..7eee7b6d2e5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-drivelib
pkgdesc = Easy access to the most common Google Drive API calls
- pkgver = 0.1.5
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/Lykos153/python-drivelib
arch = any
@@ -13,7 +13,7 @@ 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.1.5
+ source = git+https://github.com/Lykos153/python-drivelib.git#tag=v0.2.0
sha256sums = SKIP
pkgname = python-drivelib
diff --git a/PKGBUILD b/PKGBUILD
index 77065a31c995..83e46e869072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Silvio Ankermann < silvio at booq dot org >
pkgname=python-drivelib
-pkgver=0.1.5
+pkgver=0.2.0
pkgrel=1
pkgdesc='Easy access to the most common Google Drive API calls'
url='https://github.com/Lykos153/python-drivelib'