summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Heinrich2018-08-18 11:51:14 +0200
committerJonas Heinrich2018-08-18 11:51:14 +0200
commit615fa3e308f1db47c3790747351377ba4d651813 (patch)
tree80ba6d31f8524e40be24a7ab69025474dc88da26 /PKGBUILD
parentdf719ff4c790bc0e490e63ca10f98fa569be5e31 (diff)
downloadaur-615fa3e308f1db47c3790747351377ba4d651813.tar.gz
add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a60229ea6d7..c4eb255907db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=azcopy
pkgver=7.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A command-line utility designed for copying data to/from Microsoft Azure"
arch=('x86_64')
url="https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy"
@@ -11,6 +11,7 @@ license=('unknown')
source=("${pkgname}-${pkgver}.tar.gz::https://aka.ms/downloadazcopylinux64")
sha512sums=('7b88f1c9173c35b1153a8c0b3cd95beef6667b9ada4fea5796318a1f6b91a89431a79874d432cd3fb98fa12f6b1142ce64c81aa921fc73ace736302617052715')
options=(!strip libtool staticlibs)
+depends=('openssl-1.0')
package() {
cd "${srcdir}/${pkgname}"