summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-03-03 08:42:39 -0800
committerKelsey Maes2018-03-03 08:42:39 -0800
commit4f94cf1c62eed442f0d211617d540c313389d2e6 (patch)
treef78c344a4ca05fced540e83de8f61dadc52c6396
parent387e6abd1e1c720f463a3fcccff4078de08519ac (diff)
downloadaur-4f94cf1c62eed442f0d211617d540c313389d2e6.tar.gz
Updated to 0.4.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890426c227d4..223eac1dea8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrest
pkgdesc = The runtime library for AutoRest generated Python clients.
- pkgver = 0.4.19
+ pkgver = 0.4.26
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.19.tar.gz
- md5sums = 3619bd113d2867737b05fe8de8acd6a5
+ source = https://github.com/Azure/msrest-for-python/archive/v0.4.26.tar.gz
+ md5sums = 327b780c79e4404c70fd8d3a771a0e42
pkgname = python-msrest
diff --git a/PKGBUILD b/PKGBUILD
index 63f2c6d6192b..531f50eadfd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrest
-pkgver=0.4.19
+pkgver=0.4.26
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=('3619bd113d2867737b05fe8de8acd6a5')
+md5sums=('327b780c79e4404c70fd8d3a771a0e42')
build() {
cd "msrest-for-python-$pkgver"