summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpallxk2019-06-21 14:03:53 +0800
committerpallxk2019-06-21 14:03:53 +0800
commit3835027629c49c787014283f51993ffcdd5c6be3 (patch)
tree142b05a474011f25b05b0d5c15b7001b745f9fca /PKGBUILD
parent1edf8680404aa598e976fbc73a69553026356891 (diff)
downloadaur-3835027629c49c787014283f51993ffcdd5c6be3.tar.gz
git is one of makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")