aboutsummaryrefslogtreecommitdiffstats
path: root/community/salt
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-14 01:12:24 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 05:12:31 +0000
commit00a3be2394e0de179eb04808a1c55db5e489e4cf (patch)
tree7ea308df4c211a959e52414d84f025ad3898b284 /community/salt
parentcf1fe87227d415a7126600bd738cd7a7ab986eac (diff)
downloadaports-00a3be2394e0de179eb04808a1c55db5e489e4cf.tar.bz2
aports-00a3be2394e0de179eb04808a1c55db5e489e4cf.tar.xz
community/salt: fix wrong dependency
Diffstat (limited to 'community/salt')
-rw-r--r--community/salt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/salt/APKBUILD b/community/salt/APKBUILD
index c0102f6f4b..ef71e79e1e 100644
--- a/community/salt/APKBUILD
+++ b/community/salt/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=salt
pkgver=3000.1
-pkgrel=0
+pkgrel=1
pkgdesc="A parallel remote execution system"
url="https://github.com/saltstack/salt"
arch="noarch !s390x !mips !mips64"
@@ -129,7 +129,7 @@ api_openrc() {
cloud() {
pkgdesc="Cloud provisioner for Salt, a parallel remote execution system"
- depends="$pkgname-master py3-libcloud"
+ depends="$pkgname-master py3-apache-libcloud"
_conf_copy cloud && _submv usr/bin/salt-cloud
}