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

Eli Schwartz eschwartz at archlinux.org
Sun Jul 8 22:30:56 UTC 2018


    Date: Sunday, July 8, 2018 @ 22:30:56
  Author: eschwartz
Revision: 355441

upgpkg: ansible 2.6.1-2

python 3.7 rebuild

Modified:
  ansible/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 22:30:29 UTC (rev 355440)
+++ PKGBUILD	2018-07-08 22:30:56 UTC (rev 355441)
@@ -8,7 +8,7 @@
 
 pkgname=ansible
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://www.ansible.com'
@@ -33,16 +33,9 @@
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz")
 sha512sums=('1235e12a510317665956bfae9e0d03814083a24ba6e5c98072437e50b4a596437a173b32d9d5af37b4b9e168e35045fdb65e65276fdc830f473ab1f42dcba2d2')
 
-prepare() {
-  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
-}
-
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   python setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}-python
-  python setup.py build
 }
 
 package() {



More information about the arch-commits mailing list