summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardar2023-02-02 21:44:47 +0000
committergardar2023-02-02 21:44:47 +0000
commit9ffe08bfdf14ddacb0d4275d3acc260f7c1e85b2 (patch)
tree655919736f3bd47e37f0c3cf4861b7072e8544a0
parentb1ea814749614519739d99de397cd6c03c570a08 (diff)
downloadaur-molecule-containers.tar.gz
remove obsolete setuptools-scm-git-archive
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 425623808573..9ec74faf4cd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = molecule-containers
pkgdesc = Molecule Container-agnostic Driver Plugin
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ansible-community/molecule-containers
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-cov
makedepends = python-setuptools-scm
- makedepends = python-setuptools-scm-git-archive
makedepends = python-build
makedepends = python-installer
depends = molecule
diff --git a/PKGBUILD b/PKGBUILD
index 19d42ade341c..98b4ef732b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=molecule-containers
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Molecule Container-agnostic Driver Plugin"
arch=('any')
url="https://github.com/ansible-community/molecule-containers"
license=('MIT')
depends=('molecule' 'python-ansible-compat' 'python-selinux')
-makedepends=('python-setuptools-scm' 'python-setuptools-scm-git-archive' 'python-build' 'python-installer')
+makedepends=('python-setuptools-scm' 'python-build' 'python-installer')
checkdepends=('python-pytest' 'python-pytest-cov')
optdepends=('podman: for using a local podman setup' 'docker: for using a local docker setup')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")