[arch-commits] Commit in ansible/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Apr 29 14:47:40 UTC 2021


    Date: Thursday, April 29, 2021 @ 14:47:39
  Author: svenstaro
Revision: 925227

upgpkg: ansible 3.3.0-2: ansible-base was renamed to ansible-core

Modified:
  ansible/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 14:36:43 UTC (rev 925226)
+++ PKGBUILD	2021-04-29 14:47:39 UTC (rev 925227)
@@ -2,12 +2,12 @@
 
 pkgname=ansible
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Official assortment of Ansible collections'
 arch=('any')
 url='https://pypi.org/project/ansible/'
 license=('GPL3')
-depends=('python' 'ansible-base')
+depends=('python' 'ansible-core')
 provides=('python-ansible_collections')
 optdepends=('python-pyopenssl: openssl modules'
             'python-dnspython: for dig lookup'



More information about the arch-commits mailing list