summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Haffmans2013-12-26 14:31:47 +0100
committerWouter Haffmans2015-07-22 22:34:56 +0200
commitc6a2160be29c11700d05c9b0032cf08e6c99c83d (patch)
tree31680fd97b7c11d88391a22b854f7ece8681ef77
parent60d66b050b62adc4bc21d254ce1decbc2761a775 (diff)
downloadaur-c6a2160be29c11700d05c9b0032cf08e6c99c83d.tar.gz
Fix configure step as per AUR comment by hl037
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526d022ffc59..fee9106ea435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wouter Haffmans <wouter@simply-life.net>
pkgname=doxygen-git
-pkgver=Release_1_8_5.71.g94a299a
+pkgver=Release_1_8_6.1.g8f58d6d
pkgrel=1
pkgdesc="A documentation system for C++, C, Java, IDL and PHP - git version"
arch=('i686' 'x86_64')
@@ -25,9 +25,7 @@ pkgver() {
build() {
cd "$pkgname"
- ./configure --prefix /usr --with-doxywizard
- # Use python2 where necessary for doxywizard, instead of python (which is python3)
- sed -i 's/^\(.*\)\.commands = python /\1.commands = python2 /' addon/doxywizard/doxywizard.pro
+ ./configure --prefix /usr --with-doxywizard --python python2
make
}