summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-08-27 08:14:22 +0800
committerpallxk2020-08-27 08:14:22 +0800
commitd0e07a4f8570960348601e601f03488a21fd8824 (patch)
tree1944dfd54d0f139a9a4ed65a0629c9b90599b00b
parent833be8192679c2d07573cf4270de90d057696b54 (diff)
downloadaur-d0e07a4f8570960348601e601f03488a21fd8824.tar.gz
Update to 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfe16b11c32a..c5f89e408f26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrestazure
pkgdesc = The runtime library "msrestazure" for AutoRest generated Python clients.
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/Azure/msrestazure-for-python
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-msrestazure
depends = python-adal
depends = python-keyring
depends = python-msrest
- source = https://github.com/Azure/msrestazure-for-python/archive/v0.6.3.tar.gz
- sha256sums = c429caaf44494063ae006f0de497c0c23eea75880e532a2a087ac2a61e096cbc
+ source = https://github.com/Azure/msrestazure-for-python/archive/v0.6.4.tar.gz
+ sha256sums = 7e9ca8fccf8fc24286f8aaef90e69534c92989d3f2eaebc83fd59523f30d7a4a
pkgname = python-msrestazure
diff --git a/PKGBUILD b/PKGBUILD
index 32b2b54632cc..644dd07a1c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrestazure
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="The runtime library \"msrestazure\" for AutoRest generated Python clients."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-adal' 'python-keyring' 'python-msrest')
makedepends=('python-setuptools')
source=("https://github.com/Azure/msrestazure-for-python/archive/v${pkgver}.tar.gz")
-sha256sums=('c429caaf44494063ae006f0de497c0c23eea75880e532a2a087ac2a61e096cbc')
+sha256sums=('7e9ca8fccf8fc24286f8aaef90e69534c92989d3f2eaebc83fd59523f30d7a4a')
build() {
cd "msrestazure-for-python-${pkgver}"