[arch-commits] Commit in awxkit/trunk (PKGBUILD)

Ike Devolder idevolder at gemini.archlinux.org
Fri Nov 26 08:33:55 UTC 2021


    Date: Friday, November 26, 2021 @ 08:33:54
  Author: idevolder
Revision: 1054829

upgpkg: awxkit 19.5.0-1

Modified:
  awxkit/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-26 08:29:47 UTC (rev 1054828)
+++ PKGBUILD	2021-11-26 08:33:54 UTC (rev 1054829)
@@ -2,24 +2,24 @@
 
 pkgname=awxkit
 _pkgname=awx
-pkgver=19.4.0
+pkgver=19.5.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')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
 options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('2cd7bb0e19a46a4b2866a1a781ee4b5960c59f43996cd9437ad1697838a0eb548ec9af92398845cc53a69c7f0ea30a649782c395ebf3ef2f510cfef56ccc8122')
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}")
+sha512sums=('SKIP')
 
 build() {
-    cd "${_pkgname}-${pkgver}/${pkgname}"
+    cd "${_pkgname}/${pkgname}"
     python setup.py build
 }
 
 package() {
-    cd "${_pkgname}-${pkgver}/${pkgname}"
+    cd "${_pkgname}/${pkgname}"
     python setup.py install --root="$pkgdir/" --optimize=1
 }



More information about the arch-commits mailing list