summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2019-12-30 16:52:02 +0800
committerpallxk2019-12-30 16:52:02 +0800
commitf6cd7f718f1e0d06a366bdf1ef52ec87684ab404 (patch)
treea6a73d94678241a60450d29545b50a6bdc120e06
parentbe03e3cf7ebe87b643d6b97eca81b9ac3affa545 (diff)
downloadaur-f6cd7f718f1e0d06a366bdf1ef52ec87684ab404.tar.gz
This actually depends on python
Without python, the following error is reported: error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54f7bb81ad7a..a64b862d0a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = azure-cli
url = https://github.com/Azure/azure-cli
arch = any
license = MIT
- makedepends = python
+ depends = python
conflicts = python-azure-cli
source = https://azurecliprod.blob.core.windows.net/install.py
source = install.response
diff --git a/PKGBUILD b/PKGBUILD
index 72b5e4a9935d..028b6c9a96fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Command-line tools for Azure."
arch=('any')
url="https://github.com/Azure/azure-cli"
license=('MIT')
-makedepends=("python")
+depends=("python")
conflicts=("python-azure-cli")
source=("https://azurecliprod.blob.core.windows.net/install.py"
"install.response"