summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-17 00:01:22 +0000
committerroot <root@rshg054.dnsready.net>2012-03-17 00:01:22 +0000
commit9a940818cc3edb82afac4d73a6474e6e3374f987 (patch)
tree366a072a72c59b42c096cc7dbbed5dbcb6a8925e /community/chmsee
parent636ce8849a9c82c1787c2919ffcfe6685cb799d3 (diff)
Sat Mar 17 00:01:22 UTC 2012
Diffstat (limited to 'community/chmsee')
-rw-r--r--community/chmsee/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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 <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
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
}