Date: Monday, August 8, 2016 @ 21:03:02 Author: bluewind Revision: 186087
Remove build breaker on i686 Reference: https://sourceforge.net/p/syntaxhighlight/support-requests/3/ upgpkg: highlight 3.31-2 Modified: highlight/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-08 20:18:21 UTC (rev 186086) +++ PKGBUILD 2016-08-08 21:03:02 UTC (rev 186087) @@ -4,7 +4,7 @@ pkgbase=highlight pkgname=(highlight highlight-gui) pkgver=3.31 -pkgrel=1 +pkgrel=2 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64') @@ -14,6 +14,13 @@ 'SKIP') validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7) +prepare() { + cd "$srcdir/$pkgbase-$pkgver" + + sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile + rm src/gui-qt/.qmake.stash +} + build() { cd "$srcdir/$pkgbase-$pkgver"
