summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-16 09:33:55 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-16 09:33:55 +0100
commitac7ae9021d3c01f462af68beacb77bd8c7b7e003 (patch)
tree6e8b2404ab0e479a51e6803879ba259ec9785a3b /community/chmsee
parent056dabfc0e406e939dfb9ce70e2c2e6de95c3ba1 (diff)
parentea60830c19f04f36803e26821bd9db1361489653 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/me-tv/PKGBUILD core/systemd/PKGBUILD libre/linux-libre/PKGBUILD pcr/opentracker/opentracker.rc.d
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 40c0b3969..36185088c 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' 'mips64el')
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 -