summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-31 00:02:30 +0000
committerroot <root@rshg054.dnsready.net>2012-07-31 00:02:30 +0000
commit5b3474881a154216b47c6e154552ee5f9c68c509 (patch)
tree098f24750e89f88b3c80ded4579a44928bae1b45 /community/chmsee
parent4982c269b318734d01ad30c6592fbb73565ceb12 (diff)
Tue Jul 31 00:02:29 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 9a3937901..cbe9e65f0 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 72043 2012-06-06 19:44:09Z lcarlier $
+# $Id: PKGBUILD 74503 2012-07-29 19:34:09Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
-pkgver=1.99.10
+pkgver=1.99.12
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
@@ -15,14 +15,14 @@ makedepends=('python2')
source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
chmsee)
install=chmsee.install
-md5sums=('8d8a45f10fe68c08d2248ea1df62a697'
+md5sums=('6cce2f994867fbe8a637a129c721546b'
'242a9390bc943cc38237fa71137fb26c')
build() {
cd ${srcdir}/jungleji-chmsee-*/src
cp Makefile.arch Makefile
- sed -i -e 's/12.*/13.*/g' ../application.ini
+ #sed -i -e 's/12.*/13.*/g' ../application.ini
make
}