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

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 09:02:00 UTC 2020


    Date: Tuesday, November 10, 2020 @ 09:02:00
  Author: foutrelis
Revision: 749441

Update upstream url; refresh checksums

Modified:
  ansible-lint/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-10 09:01:08 UTC (rev 749440)
+++ PKGBUILD	2020-11-10 09:02:00 UTC (rev 749441)
@@ -7,13 +7,13 @@
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
 arch=('any')
-url="https://github.com/willthames/ansible-lint"
+url="https://github.com/ansible/ansible-lint"
 license=('MIT')
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
 makedepends=('git')
 checkdepends=('python-pytest')
-source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('445b4d85d18ebc9171a6b59e84c631bd346dc86da7d104437533061d80cb13eb')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a20e49e3b50130d1c3baa46db0e926ebfd6616cb99dd920952cb1481e7b267b3')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list