summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-07-02 07:19:39 -0700
committerKelsey Maes2018-07-02 07:19:39 -0700
commit04b1f551e4620ebd75411d283453304c63d302dc (patch)
treecbaae705c717735afd00730ed1a55e11311b3362
parent4f94cf1c62eed442f0d211617d540c313389d2e6 (diff)
downloadaur-04b1f551e4620ebd75411d283453304c63d302dc.tar.gz
Update to 0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223eac1dea8a..8471095a94d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrest
pkgdesc = The runtime library for AutoRest generated Python clients.
- pkgver = 0.4.26
+ pkgver = 0.5.1
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.4.26.tar.gz
- md5sums = 327b780c79e4404c70fd8d3a771a0e42
+ source = https://github.com/Azure/msrest-for-python/archive/v0.5.1.tar.gz
+ sha256sums = ee7ccf05c4d3779efe96061265e9082eb69c5607fdb3339741bda8d0fc408fe5
pkgname = python-msrest
diff --git a/PKGBUILD b/PKGBUILD
index 531f50eadfd5..5758ba9eae5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrest
-pkgver=0.4.26
+pkgver=0.5.1
pkgrel=1
pkgdesc='The runtime library for AutoRest generated Python clients.'
arch=('any')
@@ -9,7 +9,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")
-md5sums=('327b780c79e4404c70fd8d3a771a0e42')
+sha256sums=('ee7ccf05c4d3779efe96061265e9082eb69c5607fdb3339741bda8d0fc408fe5')
build() {
cd "msrest-for-python-$pkgver"