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

Jelle van der Waa jelle at archlinux.org
Tue Feb 14 17:08:21 UTC 2017


    Date: Tuesday, February 14, 2017 @ 17:08:20
  Author: jelle
Revision: 212443

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 17:08:09 UTC (rev 212442)
+++ PKGBUILD	2017-02-14 17:08:20 UTC (rev 212443)
@@ -1,20 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Sander Boom <sanderboom at gmail.com>
-
-pkgname=ansible-lint
-pkgver=3.4.9
-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')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
-sha256sums=('1582d8788aed9a059d031a80d22262391ef4cb34816b86b5034f3b6e591027a7')
-
-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 212442, ansible-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-14 17:08:20 UTC (rev 212443)
@@ -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.11
+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=('8ab5541eaca25af8f8cc53a06f3b07bc9768cf1bff9941e84ecef7fd4367127d')
+
+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