summaryrefslogtreecommitdiff
path: root/community/chmsee/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-10 10:04:03 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-10 10:04:03 +0200
commitdb5f9e94c74935ba2d3f3e5267f5184f78303e15 (patch)
tree5ffa37eab5f2f7a1afa9f4eedc7f05636668f8de /community/chmsee/PKGBUILD
parent7d166e43d693278dc2585521d147f2b972e8a40c (diff)
parent223ca251f3ce07eb5484be845e631d6ca645b263 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/erlang/PKGBUILD community/bird/PKGBUILD community/chmsee/PKGBUILD extra/avahi/PKGBUILD extra/lirc/PKGBUILD libre/audacious-plugins-libre/PKGBUILD testing/btrfs-progs/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r--community/chmsee/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 5f2813c43..d0b952a07 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 67882 2012-03-15 16:59:01Z lcarlier $
+# $Id: PKGBUILD 69020 2012-04-08 08:25:21Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
-pkgver=1.99.08
-pkgrel=3
+pkgver=1.99.09
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
@@ -15,15 +15,14 @@ makedepends=('python2')
source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
chmsee)
install=chmsee.install
-md5sums=('9e54b72761f8e97e683c03e52ac1ac6c'
- 'abc127caca8bccf9ac51cf937b75d0c2')
+md5sums=('f0ee2a87ffd3f6667d88eb89c31387e4'
+ '242a9390bc943cc38237fa71137fb26c')
build() {
cd ${srcdir}/jungleji-chmsee-*/src
cp Makefile.arch Makefile
- #sed -i -e 's/python/python2/g' common.mk
- sed -i -e 's/10.*/11.*/g' ../application.ini
+ #sed -i -e 's/10.*/11.*/g' ../application.ini
make
}