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

Ike Devolder idevolder at archlinux.org
Mon Aug 10 04:37:41 UTC 2020


    Date: Monday, August 10, 2020 @ 04:37:40
  Author: idevolder
Revision: 673330

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
    (from rev 673329, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 04:37:35 UTC (rev 673329)
+++ PKGBUILD	2020-08-10 04:37:40 UTC (rev 673330)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=13.0.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx"
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('7b87fd79c841997c7b40a5219e9542a6a284850e090e626c5a87e54d7f4928fd6b7e6e33748541aa82c91a23b0fdfcb9753081eabcc756a700f074d6225fc0b0')
-
-build() {
-    cd "${_pkgname}-${pkgver}/${pkgname}"
-    python setup.py build
-}
-
-package() {
-    cd "${_pkgname}-${pkgver}/${pkgname}"
-    python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 673329, awxkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-10 04:37:40 UTC (rev 673330)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=14.0.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx"
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('989457d28b397c19139582f82f63ac75d855736c0a53ad88e9040d24b9f9d0cc5692ba173af18d33552248d7ef9bbc7e056e1e8e430b9bef7d1e9be812f53772')
+
+build() {
+    cd "${_pkgname}-${pkgver}/${pkgname}"
+    python setup.py build
+}
+
+package() {
+    cd "${_pkgname}-${pkgver}/${pkgname}"
+    python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list