[arch-commits] Commit in ansible-lint/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu May 4 19:57:55 UTC 2017


    Date: Thursday, May 4, 2017 @ 19:57:54
  Author: jelle
Revision: 227045

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
    (from rev 227044, ansible-lint/trunk/PKGBUILD)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 19:51:21 UTC (rev 227044)
+++ PKGBUILD	2017-05-04 19:57:54 UTC (rev 227045)
@@ -1,21 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Sander Boom <sanderboom at gmail.com>
-
-pkgname=ansible-lint
-pkgver=3.4.12
-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=('python2' 'ansible')
-makedepends=('python2-distribute')
-checkdepends=('python-nose')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
-sha256sums=('cf97675d2908f865e7657d7082ba84c8adf4f3775e3920a6d4b9f171a5fdda2a')
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    python2 setup.py install --root="$pkgdir" --optimize=1
-    install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 227044, ansible-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-04 19:57:54 UTC (rev 227045)
@@ -0,0 +1,21 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Sander Boom <sanderboom at gmail.com>
+
+pkgname=ansible-lint
+pkgver=3.4.13
+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=('python2' 'ansible')
+makedepends=('python2-distribute')
+checkdepends=('python-nose')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
+sha256sums=('16bf69598843a77c3af97481ece55df8eeaea219c2f9d096772ea7a8bdb79ea4')
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    python2 setup.py install --root="$pkgdir" --optimize=1
+    install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list