summaryrefslogtreecommitdiff
path: root/community/highlight/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-08 00:08:16 -0800
committerroot <root@rshg054.dnsready.net>2013-02-08 00:08:16 -0800
commit7c92c5fcfb5653f63243842299e413672653d1ad (patch)
tree3487915cdf6e673c8a6dccfbd2a526e341550c87 /community/highlight/PKGBUILD
parent8e5a0a990a12a59cadb687cae22a1960fce1660b (diff)
Fri Feb 8 00:08:16 PST 2013
Diffstat (limited to 'community/highlight/PKGBUILD')
-rw-r--r--community/highlight/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD
index 1b7755fdd..cea8e9b78 100644
--- a/community/highlight/PKGBUILD
+++ b/community/highlight/PKGBUILD
@@ -1,25 +1,21 @@
-# $Id: PKGBUILD 81704 2012-12-27 07:55:09Z bluewind $
+# $Id: PKGBUILD 83937 2013-02-07 08:11:31Z bluewind $
# Maintainer: Florian Pritz <flo@xinu.at>
# Contributor: Jan Fader <jan.fader@web.de>
pkgbase=highlight
pkgname=(highlight highlight-gui)
-pkgver=3.12
-pkgrel=3
+pkgver=3.13
+pkgrel=1
url="http://www.andre-simon.de/doku/highlight/highlight.html"
license=('GPL')
arch=('i686' 'x86_64')
makedepends=(qt lua51 boost)
source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7'
- 'b784cd3f264a0f281da36f26c0c7f2c2')
+md5sums=('2b5e217c80c441853360926dbb7777e9'
+ 'c68f6dd20af61ca1061d910879d910a8')
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
}