Date: Saturday, December 31, 2022 @ 15:47:21
  Author: freswa
Revision: 1372680

upgpkg: ansible-lint 6.10.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-31 15:46:09 UTC (rev 1372679)
+++ PKGBUILD    2022-12-31 15:47:21 UTC (rev 1372680)
@@ -3,13 +3,13 @@
 # Contributor: Sander Boom <[email protected]>
 
 pkgname=ansible-lint
-pkgver=6.10.0
-pkgrel=5
+pkgver=6.10.1
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
-depends=(python ansible-core yamllint 
+depends=(python ansible-core yamllint
   
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(git python-{build,installer,setuptools,setuptools-scm,wheel})
 optdepends=('ansible: check official ansible collections')
@@ -23,7 +23,8 @@
   # stop ansible-lint from calling home every 24h to check for a new version
   patch -Np1 < "${srcdir}"/disable_version_check.patch
   # use pkg version
-  sed -i "s/dynamic = \[\"version\"\]/version = \"${pkgver}\"/" pyproject.toml
+  #sed -i "s/dynamic = \[\"version\"\]/version = \"${pkgver}\"/" pyproject.toml
+  rm .git_archival.txt
 }
 
 build() {

Reply via email to