summaryrefslogtreecommitdiff
path: root/community/chmsee/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-07-31 09:59:59 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-07-31 09:59:59 +0200
commitb6d97ade0db0f30b7a2da49bcccc76ffe41acb80 (patch)
treee72f1c4198c86e47af7e9c7a6afc88f5b32c6256 /community/chmsee/PKGBUILD
parent09dd4a97fccc4bcabe341c4e4490004385283e53 (diff)
parent5b3474881a154216b47c6e154552ee5f9c68c509 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cegui/PKGBUILD community-testing/gambas3/PKGBUILD community-testing/gambas3/gambas3-runtime.install community-testing/gource/PKGBUILD community-testing/openimageio/PKGBUILD community-testing/performous/PKGBUILD community-testing/spring/PKGBUILD community/warsow/PKGBUILD multilib/lib32-llvm/PKGBUILD multilib/lib32-mesa/PKGBUILD staging/hugin/PKGBUILD testing/calligra/PKGBUILD testing/hugin/PKGBUILD testing/kdeplasma-applets-networkmanagement/PKGBUILD testing/upower/PKGBUILD
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r--community/chmsee/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index fb37b421d..81332fbba 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 72043 2012-06-06 19:44:09Z lcarlier $
+# $Id: PKGBUILD 74503 2012-07-29 19:34:09Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
-pkgver=1.99.10
+pkgver=1.99.12
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
@@ -15,14 +15,14 @@ makedepends=('python2')
source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
chmsee)
install=chmsee.install
-md5sums=('8d8a45f10fe68c08d2248ea1df62a697'
+md5sums=('6cce2f994867fbe8a637a129c721546b'
'242a9390bc943cc38237fa71137fb26c')
build() {
cd ${srcdir}/jungleji-chmsee-*/src
cp Makefile.arch Makefile
- sed -i -e 's/12.*/13.*/g' ../application.ini
+ #sed -i -e 's/12.*/13.*/g' ../application.ini
make
}