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

Jelle van der Waa jelle at archlinux.org
Wed Jul 11 19:46:11 UTC 2018


    Date: Wednesday, July 11, 2018 @ 19:46:11
  Author: jelle
Revision: 357418

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-11 19:46:02 UTC (rev 357417)
+++ PKGBUILD	2018-07-11 19:46:11 UTC (rev 357418)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Sander Boom <sanderboom at gmail.com>
-
-pkgname=ansible-lint
-pkgver=3.4.21
-pkgrel=2
-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')
-makedepends=('python-distribute')
-checkdepends=('python-nose')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
-sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    python3 setup.py build
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    python3 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 357417, ansible-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-11 19:46:11 UTC (rev 357418)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Sander Boom <sanderboom at gmail.com>
+
+pkgname=ansible-lint
+pkgver=3.4.23
+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')
+makedepends=('python-distribute')
+checkdepends=('python-nose')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
+sha256sums=('c5e1c6500d65fa9655ef155fecd67b775701b5e427d5d978a677e5d53d584ef4')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    python3 setup.py build
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    python3 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