Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
molecule


Commits:
bd40ced8 by Robin Candau at 2023-10-13T16:22:45+02:00
upgpkg: 6.0.2-2: Update checksum

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,46 @@
+pkgbase = molecule
+       pkgdesc = Aids in the development and testing of Ansible roles
+       pkgver = 6.0.2
+       pkgrel = 2
+       url = https://github.com/ansible-community/molecule
+       arch = any
+       license = MIT
+       checkdepends = ansible
+       checkdepends = check-jsonschema
+       checkdepends = python-ansi2html
+       checkdepends = python-filelock
+       checkdepends = python-pexpect
+       checkdepends = python-pytest
+       checkdepends = python-pytest-mock
+       checkdepends = python-pytest-testinfra
+       checkdepends = python-pytest-xdist
+       checkdepends = yamllint
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-setuptools-scm
+       makedepends = python-wheel
+       depends = python
+       depends = python-ansible-compat
+       depends = python-click
+       depends = python-click-help-colors
+       depends = python-cookiecutter
+       depends = python-enrich
+       depends = python-jinja
+       depends = python-jsonschema
+       depends = python-packaging
+       depends = python-pluggy
+       depends = python-pyyaml
+       depends = python-rich
+       depends = python-wcmatch
+       optdepends = ansible: for the ansible verifier
+       optdepends = molecule-docker: for the docker driver
+       optdepends = molecule-podman: for the podman driver
+       optdepends = molecule-vagrant: for the vagrant driver
+       optdepends = python-pywinrm: for Windows support
+       optdepends = python-pytest-testinfra: for the testinfra verifier
+       source = 
molecule-6.0.2.tar.gz::https://github.com/ansible-community/molecule/archive/refs/tags/v6.0.2.tar.gz
+       sha512sums = 
384e8f24f23cf50c0579cc6e35bf79840a6565ac82546c2108bca6037161cc43c26aef490c06bf0e9b96012ba88df28933f08c302f867d20bb77aea7f3b11e59
+       b2sums = 
b30a0aa0b3d322c3df4e027f1766e9f6f9d8f83d3334f2d5cd8362b673f849a58f6fd56e9f3212e5fe8a421ee72d54b362d08d09f39a8b8469e9e57533fb5bb1
+
+pkgname = molecule


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
 # Maintainer: David Runge <dv...@archlinux.org>
+# Maintainer: Robin Candau <an...@archlinux.org>
 
 pkgname=molecule
 pkgver=6.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=(any)
 url="https://github.com/ansible-community/molecule";
@@ -50,8 +51,8 @@ optdepends=(
   'python-pytest-testinfra: for the testinfra verifier'
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('7868a99e31e88d7264e2dc73bfe6c2ccf35ecc97e26d95f531135fb0638c74fd5a2eab809c79f80d5a670e3bf893334439b8274dacb472581a20dd8621adb24c')
-b2sums=('fabc15b17cc950bc0cb776ebc39dfea04b5867b95f5991ff03ba1089195077531c72e3b7786976cec7fac23a7abb5c179b46faaf28abb2bdd467b546399f08a2')
+sha512sums=('384e8f24f23cf50c0579cc6e35bf79840a6565ac82546c2108bca6037161cc43c26aef490c06bf0e9b96012ba88df28933f08c302f867d20bb77aea7f3b11e59')
+b2sums=('b30a0aa0b3d322c3df4e027f1766e9f6f9d8f83d3334f2d5cd8362b673f849a58f6fd56e9f3212e5fe8a421ee72d54b362d08d09f39a8b8469e9e57533fb5bb1')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/bd40ced8ab565d50440209df790989a4518725f3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/bd40ced8ab565d50440209df790989a4518725f3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to