[arch-commits] Commit in ansible-bender/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Tue Mar 24 21:53:28 UTC 2020
Date: Tuesday, March 24, 2020 @ 21:53:27
Author: ffy00
Revision: 603937
make podman and buildah hard dependencies (0.8.1-2)
Modified:
ansible-bender/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-24 21:42:53 UTC (rev 603936)
+++ PKGBUILD 2020-03-24 21:53:27 UTC (rev 603937)
@@ -2,14 +2,12 @@
pkgname=ansible-bender
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='Tool which bends containers using Ansible playbooks and turns them into container images'
arch=('any')
url='https://github.com/ansible-community/ansible-bender'
license=('MIT')
-depends=('ansible' 'python-yaml' 'python-tabulate' 'python-jsonschema')
-optdepends=('podman: podman backend'
- 'buildah: buildah backend')
+depends=('ansible' 'python-yaml' 'python-tabulate' 'python-jsonschema' 'podman' 'buildah')
makedepends=('python-setuptools-scm' 'git')
#source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
source=("git+$url?tag=$pkgver")
More information about the arch-commits
mailing list