[arch-commits] Commit in ansible-lint/repos/community-testing-any (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sat Aug 22 23:15:17 UTC 2020
Date: Saturday, August 22, 2020 @ 23:15:16
Author: freswa
Revision: 686902
archrelease: copy trunk to community-testing-any
Added:
ansible-lint/repos/community-testing-any/PKGBUILD
(from rev 686901, ansible-lint/trunk/PKGBUILD)
Deleted:
ansible-lint/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-22 23:14:56 UTC (rev 686901)
+++ PKGBUILD 2020-08-22 23:15:16 UTC (rev 686902)
@@ -1,26 +0,0 @@
-# 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.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')
-makedepends=('git')
-source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')
-
-build() {
- 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}
-}
Copied: ansible-lint/repos/community-testing-any/PKGBUILD (from rev 686901, ansible-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-22 23:15:16 UTC (rev 686902)
@@ -0,0 +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.1
+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' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
+makedepends=('git')
+source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')
+
+build() {
+ 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}
+}
More information about the arch-commits
mailing list