From 6768c115af3c5f0772bcf7b02f34a88a880876c0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Dec 2012 02:49:40 -0800 Subject: Wed Dec 12 02:43:53 PST 2012 --- community/highlight/PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'community/highlight/PKGBUILD') diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD index 4548d4343..1d46f082a 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -1,20 +1,25 @@ -# $Id: PKGBUILD 77163 2012-10-06 07:36:47Z bluewind $ +# $Id: PKGBUILD 81109 2012-12-12 00:47:35Z eric $ # Maintainer: Florian Pritz # Contributor: Jan Fader pkgbase=highlight pkgname=(highlight highlight-gui) pkgver=3.12 -pkgrel=1 +pkgrel=2 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64') -makedepends=(qt lua boost) -source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2) -md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7') +makedepends=(qt lua51 boost) +source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc}) +md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7' + 'b784cd3f264a0f281da36f26c0c7f2c2') build() { cd "$srcdir/$pkgbase-$pkgver" + sed -i 's#pkg-config --cflags lua#pkg-config --cflags lua5.1#' src/makefile + sed -i 's#pkg-config --libs lua#pkg-config --libs lua5.1#' src/makefile + sed -i 's#lua#lua5.1#g' src/gui-qt/highlight.pro + make make gui } -- cgit v1.2.3-54-g00ecf