Date: Sunday, November 13, 2022 @ 14:00:02 Author: dvzrv Revision: 1347257
upgpkg: molecule-podman 2.0.3-4: Rebuild to actually remove python-setuptools-scm-git-archive. Modified: molecule-podman/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-13 13:52:44 UTC (rev 1347256) +++ PKGBUILD 2022-11-13 14:00:02 UTC (rev 1347257) @@ -2,13 +2,13 @@ pkgname=molecule-podman pkgver=2.0.3 -pkgrel=3 +pkgrel=4 pkgdesc="Molecule Podman Driver allows use of podman as backend for testing" arch=(any) url="https://github.com/ansible-community/molecule-podman" license=(MIT) depends=(molecule python-ansible-compat python-selinux) -makedepends=(python-build python-installer python-setuptools-scm python-setuptools-scm-git-archive python-wheel) +makedepends=(python-build python-installer python-setuptools-scm python-wheel) checkdepends=(ansible-core podman python-pytest python-pytest-helpers-namespace) optdepends=( 'ansible-core: for Dockerfile validation'
