summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nicholson2017-09-12 20:26:06 -0700
committerPaul Nicholson2017-09-12 20:26:06 -0700
commit2fa64b3ea972f36ddaa07472d1e07a323de4bbf4 (patch)
treebbcc1716045d6a5748a16fe0c5ed48e6a95fe18b
parentbd2555930e900de6551e98c1490567bd7b138a16 (diff)
downloadaur-2fa64b3ea972f36ddaa07472d1e07a323de4bbf4.tar.gz
fix building of docs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11f2a0202093..2f8ee3dbeba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 1 20:07:02 UTC 2017
+# Wed Sep 13 03:24:56 UTC 2017
pkgbase = ansible-git
pkgdesc = Radically simple IT automation platform
- pkgver = 2.4.0.29615.11138abc51
+ pkgver = 2.5.0.32862.2cdf31d3a2
pkgrel = 1
url = http://www.ansible.com
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index eba332181aa5..1e59e7b1dd06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# Contributor: Noel Kuntze <noel@familie-kuntze.de>
pkgname=ansible-git
-pkgver=2.4.0.29615.11138abc51
+pkgver=2.5.0.32862.2cdf31d3a2
pkgrel=1
pkgdesc='Radically simple IT automation platform'
arch=('any')
@@ -39,6 +39,7 @@ build() {
cd "${srcdir}/${pkgname}"
git submodule update --init --recursive
make PYTHON=python2
+ sed -i 's,^#!/usr/bin/env python$,\02,' docs/bin/generate_man.py
make docs
}