Date: Thursday, December 4, 2014 @ 20:19:46
  Author: bpiotrowski
Revision: 123454

upgpkg: ansible 1.8.1-2

Do not change shebang in python scripts to respect ansible_python_interpreter
in playbooks. This has been already fixed in FS#39153. Closes FS#42986 and 
FS#42941.

Modified:
  ansible/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-12-04 19:16:16 UTC (rev 123453)
+++ PKGBUILD    2014-12-04 19:19:46 UTC (rev 123454)
@@ -7,7 +7,7 @@
 
 pkgname=ansible
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -21,10 +21,6 @@
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
 sha256sums=('b08129cb4fe20dfc33403cc7245ea2c95999fdb9922fed7f06d4ba51ba8528b1')
 
-prepare() {
-  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:&2:' {} +
-}
-
 build() {
   cd $pkgname-$pkgver
   python2 setup.py build

Reply via email to