summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
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 -