summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-03-03 08:44:10 -0800
committerKelsey Maes2018-03-03 08:44:10 -0800
commita51d5831603f0f558d5355934ddd99e296a4bf8c (patch)
tree7fbb43c82128ca9e3409705a151e59c574b34f80
parent4811668e535e918ec5bc1bc6cddf3e653e8b45f3 (diff)
downloadaur-a51d5831603f0f558d5355934ddd99e296a4bf8c.tar.gz
Updated to 0.4.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3a3583e3b76..780866597f23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msrestazure
pkgdesc = The runtime library "msrestazure" for AutoRest generated Python clients.
- pkgver = 0.4.18
+ pkgver = 0.4.22
pkgrel = 1
url = https://github.com/Azure/msrestazure-for-python
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-msrestazure
depends = python-adal
depends = python-keyring
depends = python-msrest
- source = https://github.com/Azure/msrestazure-for-python/archive/v0.4.18.tar.gz
- md5sums = 5884d5250004f21ef48ad762ebaaf173
+ source = https://github.com/Azure/msrestazure-for-python/archive/v0.4.22.tar.gz
+ md5sums = 8c261f80a115940af63422eb6baca268
pkgname = python-msrestazure
diff --git a/PKGBUILD b/PKGBUILD
index d3de1cc85443..dc9a6d67b397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrestazure
-pkgver=0.4.18
+pkgver=0.4.22
pkgrel=1
pkgdesc="The runtime library \"msrestazure\" for AutoRest generated Python clients."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-adal' 'python-keyring' 'python-msrest')
makedepends=('python-setuptools')
source=("https://github.com/Azure/msrestazure-for-python/archive/v${pkgver}.tar.gz")
-md5sums=('5884d5250004f21ef48ad762ebaaf173')
+md5sums=('8c261f80a115940af63422eb6baca268')
build() {
cd "msrestazure-for-python-$pkgver"