summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
Diffstat (limited to 'community/chmsee')
-rw-r--r--community/chmsee/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 1d413f207..386876953 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69020 2012-04-08 08:25:21Z lcarlier $
+# $Id: PKGBUILD 69903 2012-04-26 07:47:47Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
pkgver=1.99.09
-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/"
@@ -22,7 +22,7 @@ build() {
cd ${srcdir}/jungleji-chmsee-*/src
cp Makefile.arch Makefile
- #sed -i -e 's/10.*/11.*/g' ../application.ini
+ sed -i -e 's/11.*/12.*/g' ../application.ini
make
}