summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2019-06-24 13:40:02 +0800
committerpallxk2019-06-24 13:40:02 +0800
commit01a6f56f3c044ecf5dfb613640992343ff07b602 (patch)
treec2ac1b3621b9bd188acce5b6a5e52a7c7337bde2
parent502c683137552738257d94e2a1782c917821c80c (diff)
downloadaur-01a6f56f3c044ecf5dfb613640992343ff07b602.tar.gz
Update to 0.6.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5666cef1e4d8..dceb656e00e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-msrest
pkgdesc = The runtime library for AutoRest generated Python clients.
- pkgver = 0.6.6
- pkgrel = 2
+ pkgver = 0.6.7
+ pkgrel = 1
url = https://github.com/Azure/msrest-for-python
arch = any
license = MIT
makedepends = python-setuptools
depends = python-isodate
depends = python-requests-oauthlib
- source = https://github.com/Azure/msrest-for-python/archive/v0.6.6.tar.gz
- sha256sums = 80cf526b382b18cdd046bd17fcbf1b2cd75275a59bd4f856b2c17124587655eb
+ source = https://github.com/Azure/msrest-for-python/archive/v0.6.7.tar.gz
+ sha256sums = 2605ae14c397440ca4817a01474218d0cda687bdf7a12b8bded443bf9878975f
pkgname = python-msrest
diff --git a/PKGBUILD b/PKGBUILD
index 14d443eabdbc..f986a1f75920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lukas Zimmermann <luk.zim91 at gmail dot com>
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrest
-pkgver=0.6.6
-pkgrel=2
+pkgver=0.6.7
+pkgrel=1
pkgdesc='The runtime library for AutoRest generated Python clients.'
arch=('any')
url="https://github.com/Azure/msrest-for-python"
@@ -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=('80cf526b382b18cdd046bd17fcbf1b2cd75275a59bd4f856b2c17124587655eb')
+sha256sums=('2605ae14c397440ca4817a01474218d0cda687bdf7a12b8bded443bf9878975f')
build() {
cd "msrest-for-python-${pkgver}"