summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-04-26 10:23:08 +0800
committerpallxk2020-04-26 10:23:08 +0800
commit3af15aa4e9f719266ff15c2c79379857a122250d (patch)
treea70f9d5c3af10b5d150eb062467a184dc5952848
parenteed1fe36d37cfbe37204d0b44b47ae6112d21f37 (diff)
downloadaur-3af15aa4e9f719266ff15c2c79379857a122250d.tar.gz
Update to 0.6.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83a16991e54e..9888076a8243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrest
pkgdesc = The runtime library for AutoRest generated Python clients.
- pkgver = 0.6.10
+ pkgver = 0.6.13
pkgrel = 1
url = https://github.com/Azure/msrest-for-python
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-msrest
makedepends = python-setuptools
depends = python-isodate
depends = python-requests-oauthlib
- source = https://github.com/Azure/msrest-for-python/archive/v0.6.10.tar.gz
- sha256sums = 0aec73f6fa60294173e42779de52da75d8eadad146fc8043cb49d2e3bbb7cdc3
+ source = https://github.com/Azure/msrest-for-python/archive/v0.6.13.tar.gz
+ sha256sums = f067220ad82946ab128c0a3461fc065ee73335a776c74c925bfb54fc23af6eb8
pkgname = python-msrest
diff --git a/PKGBUILD b/PKGBUILD
index 81d390b844bc..7622c6d3b40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Zimmermann <luk.zim91 at gmail dot com>
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrest
-pkgver=0.6.10
+pkgver=0.6.13
pkgrel=1
pkgdesc='The runtime library for AutoRest generated Python clients.'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-isodate' 'python-requests-oauthlib')
makedepends=('python-setuptools')
source=("https://github.com/Azure/msrest-for-python/archive/v${pkgver}.tar.gz")
-sha256sums=('0aec73f6fa60294173e42779de52da75d8eadad146fc8043cb49d2e3bbb7cdc3')
+sha256sums=('f067220ad82946ab128c0a3461fc065ee73335a776c74c925bfb54fc23af6eb8')
build() {
cd "msrest-for-python-${pkgver}"