summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormicwoj922021-04-11 03:29:51 +0200
committerbartoszek2021-04-11 10:14:55 +0200
commit052a13349175245cbbe6eb45be99f08fe58bd6b3 (patch)
tree32dc31f9b8ec6479d3639886294bcd3ec45dd7e0
parent9504c99df585c0974489fb05cea45af05f9b5263 (diff)
downloadaur-052a13349175245cbbe6eb45be99f08fe58bd6b3.tar.gz
fix build
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dec53cf18f23..8b13786efd55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase=scons
pkgname=python2-${_pkgbase}
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Extensible Python-based build utility. Python2 version"
arch=('any')
url="https://scons.org"
@@ -72,7 +72,7 @@ build() {
python bootstrap.py SConstruct doc
cd src
for _xml in {scons,sconsign,scons-time}; do
- docbook2man "../build/doc/man/${_xml}_db.xml"
+ db2x_docbook2man "../build/doc/man/${_xml}_db.xml"
done
)
(