summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-16 00:04:27 -0700
committerroot <root@rshg054.dnsready.net>2013-03-16 00:04:27 -0700
commitea60830c19f04f36803e26821bd9db1361489653 (patch)
tree36ad70529294c03ef83ce837c70e5d93fc35abd1 /community/chmsee
parent6677e80954fee8b7bd931cfd5426fbf79c075246 (diff)
Sat Mar 16 00:04:26 PDT 2013
Diffstat (limited to 'community/chmsee')
-rw-r--r--community/chmsee/PKGBUILD6
-rw-r--r--community/chmsee/chmsee2
2 files changed, 3 insertions, 5 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 083591db7..9ec0de701 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83313 2013-01-29 13:27:03Z lcarlier $
+# $Id: PKGBUILD 86352 2013-03-15 14:34:33Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
pkgver=2.0
-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/"
@@ -18,7 +18,7 @@ source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
chmsee)
install=chmsee.install
md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '242a9390bc943cc38237fa71137fb26c')
+ '1787edd1de8aa75bd9fa75a5ab319e85')
build() {
cd ${srcdir}/chmsee-*/src
diff --git a/community/chmsee/chmsee b/community/chmsee/chmsee
index 65a1e195b..cd022f561 100644
--- a/community/chmsee/chmsee
+++ b/community/chmsee/chmsee
@@ -1,4 +1,2 @@
#!/bin/sh
-cd /usr/share/chmsee/
xulrunner /usr/share/chmsee/application.ini "$@"
-cd -