From ea60830c19f04f36803e26821bd9db1361489653 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Mar 2013 00:04:27 -0700 Subject: Sat Mar 16 00:04:26 PDT 2013 --- community/chmsee/PKGBUILD | 6 +++--- community/chmsee/chmsee | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'community/chmsee') 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 # Contributor: dionydonny # Contributor: Ermanno 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 - -- cgit v1.2.3-54-g00ecf