summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a91dd834fa..9893d0f0ad11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-azure-git
pkgdesc = Microsoft Azure SDK for Python
pkgver = latest
- pkgrel = 1
+ pkgrel = 2
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
diff --git a/PKGBUILD b/PKGBUILD
index 2674e4636948..2630ef5d6805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Kelsey Maes <kelseymaes at outlook dot com>
+# Maintainer: pallxk <aur at pallxk dot com>
pkgname=python-azure-git
pkgver=latest
-pkgrel=1
+pkgrel=2
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')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
provides=('python-azure')
conflicts=('python-azure')
source=("git+https://github.com/Azure/azure-sdk-for-python.git")