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

Frederik Schwan freswa at archlinux.org
Fri Aug 21 00:25:14 UTC 2020


    Date: Friday, August 21, 2020 @ 00:25:13
  Author: freswa
Revision: 685723

upgpkg: ansible-lint 4.3.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-20 23:09:11 UTC (rev 685722)
+++ PKGBUILD	2020-08-21 00:25:13 UTC (rev 685723)
@@ -1,24 +1,26 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
 # Contributor: Sander Boom <sanderboom at gmail.com>
 
 pkgname=ansible-lint
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint"
 license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'git')
-source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
-sha256sums=('f22989334d5aa752a82dbd494f5c584e897fd2861bdfab182d1f3ee166e92224')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml')
+makedepends=('git')
+source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   python -c "from setuptools import setup; setup();" build
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
-  python -c "from setuptools import setup; setup();" install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd ${pkgname}-${pkgver}
+  python -c "from setuptools import setup; setup();" install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }



More information about the arch-commits mailing list