summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-08 10:51:38 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-08 10:51:38 +0200
commit86c07f860ec2bad836bce1eaf59b923aa5c3a5cc (patch)
treeee11bae8aa26c33b36cbdbcedb78e0d685fa4a52 /community/chmsee
parent3187d2ae8f540fd5f918eecc4d63b6f305bba632 (diff)
parent7d11e9346ebd0f9c378952caee0c82d6ca815f4e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/haveged/PKGBUILD core/pinentry/PKGBUILD extra/vim/PKGBUILD
Diffstat (limited to 'community/chmsee')
-rw-r--r--community/chmsee/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index f9cc7a4ff..fb37b421d 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,28 +1,28 @@
-# $Id: PKGBUILD 69903 2012-04-26 07:47:47Z lcarlier $
+# $Id: PKGBUILD 72043 2012-06-06 19:44:09Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
-pkgver=1.99.09
-pkgrel=2
+pkgver=1.99.10
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
license=('GPL')
-depends=('xulrunner>=11.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>=13.0' 'chmlib' 'desktop-file-utils')
makedepends=('python2')
source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
chmsee)
install=chmsee.install
-md5sums=('f0ee2a87ffd3f6667d88eb89c31387e4'
+md5sums=('8d8a45f10fe68c08d2248ea1df62a697'
'242a9390bc943cc38237fa71137fb26c')
build() {
cd ${srcdir}/jungleji-chmsee-*/src
cp Makefile.arch Makefile
- sed -i -e 's/11.*/12.*/g' ../application.ini
+ sed -i -e 's/12.*/13.*/g' ../application.ini
make
}