summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-11-18 13:33:48 -0800
committerKelsey Maes2018-11-18 13:33:48 -0800
commitf70113bb943a9e75848e58294aac77fd628d774c (patch)
tree5f993da1c451e20744a4524a0b305a85e32c5f87
parent274d3bb35b97825cba89d955d0efb0417a85fc04 (diff)
downloadaur-f70113bb943a9e75848e58294aac77fd628d774c.tar.gz
Update to 4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 592a3b439655..4188d3b72fd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure
pkgdesc = Microsoft Azure SDK for Python
- pkgver = 3.0.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/Azure/azure-sdk-for-python
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-azure
depends = python-azure-storage
depends = python-msrestazure
conflicts = python-azure-git
- source = https://github.com/Azure/azure-sdk-for-python/archive/azure_3.0.0.tar.gz
- md5sums = 6fc80614be49e9c9447c24be894c69e1
+ source = https://github.com/Azure/azure-sdk-for-python/archive/azure_4.0.0.tar.gz
+ md5sums = b205ceb94a356eb3412c0bd7ac32879f
pkgname = python-azure
diff --git a/PKGBUILD b/PKGBUILD
index 49dfc0c394d3..1d0d75b0a691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-azure
-pkgver=3.0.0
+pkgver=4.0.0
pkgrel=1
pkgdesc="Microsoft Azure SDK for Python"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-azure-storage' 'python-msrestazure')
makedepends=('python-setuptools')
conflicts=('python-azure-git')
source=("https://github.com/Azure/azure-sdk-for-python/archive/azure_${pkgver}.tar.gz")
-md5sums=('6fc80614be49e9c9447c24be894c69e1')
+md5sums=('b205ceb94a356eb3412c0bd7ac32879f')
build() {
cd "azure-sdk-for-python-azure_$pkgver"