summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-30 00:08:41 -0800
committerroot <root@rshg054.dnsready.net>2013-01-30 00:08:41 -0800
commitc25b7aa323ab71b1a524d15dbbe942dbebd55761 (patch)
treec7dd8d810c5d08168ee757083d3b6bce150c1915 /community/chmsee
parentcb333f0d5d536b1436262e1b3e45647b22f136b0 (diff)
Wed Jan 30 00:08:41 PST 2013
Diffstat (limited to 'community/chmsee')
-rw-r--r--community/chmsee/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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 <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
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
}