summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2019-07-09 17:23:01 +0800
committerpallxk2019-07-09 17:23:01 +0800
commit3291e6325ba4be07007b0326e80779b81e4415b4 (patch)
tree9b95db27f0c480ff61d1e17fd0d4bb63ac38a010
parent0ce0d6c96f07579ed499c02c86f2729027c7f5b1 (diff)
downloadaur-3291e6325ba4be07007b0326e80779b81e4415b4.tar.gz
python-azure-storage is now included with python-azure-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9050ff216603..52e26006fdbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-azure-git
pkgdesc = Microsoft Azure SDK for Python
- pkgver = 4.0.0.r720.gff6fd86c4
+ pkgver = 4.0.0.r801.gaed2963b27
pkgrel = 1
url = https://github.com/Azure/azure-sdk-for-python
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
- depends = python-azure-storage
depends = python-msrestazure
provides = python-azure
conflicts = python-azure
+ conflicts = python-azure-storage
source = git+https://github.com/Azure/azure-sdk-for-python.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fa802b1cf6ff..b227c37e2b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: pallxk <aur at pallxk dot com>
pkgname=python-azure-git
-pkgver=4.0.0.r720.gff6fd86c4
+pkgver=4.0.0.r801.gaed2963b27
pkgrel=1
pkgdesc="Microsoft Azure SDK for Python"
arch=('any')
url="https://github.com/Azure/azure-sdk-for-python"
license=('MIT')
-depends=('python-azure-storage' 'python-msrestazure')
+depends=('python-msrestazure')
makedepends=('git' 'python-setuptools')
provides=('python-azure')
-conflicts=('python-azure')
+conflicts=('python-azure' 'python-azure-storage')
source=("git+https://github.com/Azure/azure-sdk-for-python.git")
md5sums=('SKIP')