[arch-commits] Commit in highlight/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Thu Feb 7 08:05:36 UTC 2013


    Date: Thursday, February 7, 2013 @ 09:05:35
  Author: bluewind
Revision: 83936

upgpkg: highlight 3.13-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-07 05:11:49 UTC (rev 83935)
+++ PKGBUILD	2013-02-07 08:05:35 UTC (rev 83936)
@@ -3,23 +3,19 @@
 # Contributor: Jan Fader <jan.fader at 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
 }




More information about the arch-commits mailing list