From 9a940818cc3edb82afac4d73a6474e6e3374f987 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Mar 2012 00:01:22 +0000 Subject: Sat Mar 17 00:01:22 UTC 2012 --- community/chmsee/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/chmsee') diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 15dfdf704..b2dd28916 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 67566 2012-03-13 12:32:57Z lcarlier $ +# $Id: PKGBUILD 67882 2012-03-15 16:59:01Z lcarlier $ # Maintainer : Laurent Carlier # Contributor: dionydonny # Contributor: Ermanno pkgname=chmsee pkgver=1.99.08 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" license=('GPL') -depends=('xulrunner>=10.0' 'chmlib' 'desktop-file-utils') +depends=('xulrunner>=11.0' 'chmlib' 'desktop-file-utils') makedepends=('python2') source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver chmsee) @@ -23,7 +23,7 @@ build() { cp Makefile.arch Makefile #sed -i -e 's/python/python2/g' common.mk - #sed -i -e 's/5.0/10.0/g' Makefile + sed -i -e 's/10.*/11.*/g' ../application.ini make } -- cgit v1.2.3-54-g00ecf