From c25b7aa323ab71b1a524d15dbbe942dbebd55761 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Jan 2013 00:08:41 -0800 Subject: Wed Jan 30 00:08:41 PST 2013 --- community/chmsee/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community/chmsee') diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 43955999d..083591db7 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 82534 2013-01-20 09:37:44Z lcarlier $ +# $Id: PKGBUILD 83313 2013-01-29 13:27:03Z lcarlier $ # Maintainer : Laurent Carlier # Contributor: dionydonny # Contributor: Ermanno pkgname=chmsee pkgver=2.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" @@ -24,7 +24,8 @@ build() { cd ${srcdir}/chmsee-*/src cp Makefile.arch Makefile - sed -i -e 's/17.*/18.*/g' ../application.ini + sed -i -e 's/17.*/18.0/g' ../application.ini + sed -i -e 's/19.*/19.0/g' ../application.ini make -j1 } -- cgit v1.2.3-54-g00ecf