summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2019-11-25 14:36:14 +0800
committerpallxk2019-11-25 14:36:14 +0800
commiteed1fe36d37cfbe37204d0b44b47ae6112d21f37 (patch)
tree0a0a448b5c6734cd02ff1581a51702007644456b
parent01a6f56f3c044ecf5dfb613640992343ff07b602 (diff)
downloadaur-eed1fe36d37cfbe37204d0b44b47ae6112d21f37.tar.gz
Update to 0.6.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dceb656e00e8..83a16991e54e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrest
pkgdesc = The runtime library for AutoRest generated Python clients.
- pkgver = 0.6.7
+ pkgver = 0.6.10
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.7.tar.gz
- sha256sums = 2605ae14c397440ca4817a01474218d0cda687bdf7a12b8bded443bf9878975f
+ source = https://github.com/Azure/msrest-for-python/archive/v0.6.10.tar.gz
+ sha256sums = 0aec73f6fa60294173e42779de52da75d8eadad146fc8043cb49d2e3bbb7cdc3
pkgname = python-msrest
diff --git a/PKGBUILD b/PKGBUILD
index f986a1f75920..81d390b844bc 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.7
+pkgver=0.6.10
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=('2605ae14c397440ca4817a01474218d0cda687bdf7a12b8bded443bf9878975f')
+sha256sums=('0aec73f6fa60294173e42779de52da75d8eadad146fc8043cb49d2e3bbb7cdc3')
build() {
cd "msrest-for-python-${pkgver}"