summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-16 21:10:42 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-16 21:10:42 -0300
commit846ec2ab218d28aa24dee75503909f9337d67e46 (patch)
tree012f9c67757ff9638b3b27cfb7a8c8c6c44a92cf /community/chmsee
parentf24ad15758f8eebcc46cb0c210f888491869d3f0 (diff)
parent9a940818cc3edb82afac4d73a6474e6e3374f987 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD extra/kdepim/PKGBUILD gnome-unstable/gnome-color-manager/PKGBUILD gnome-unstable/seahorse/PKGBUILD libre/pacman/PKGBUILD testing/libreoffice/PKGBUILD testing/util-linux/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/chmsee')
-rw-r--r--community/chmsee/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index cfce51ca6..5f2813c43 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 67566 2012-03-13 12:32:57Z lcarlier $
+# $Id: PKGBUILD 67882 2012-03-15 16:59:01Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
pkgver=1.99.08
-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/"
license=('GPL')
-depends=('xulrunner>=10.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>=11.0' 'chmlib' 'desktop-file-utils')
makedepends=('python2')
source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
chmsee)
@@ -23,7 +23,7 @@ build() {
cp Makefile.arch Makefile
#sed -i -e 's/python/python2/g' common.mk
- #sed -i -e 's/5.0/10.0/g' Makefile
+ sed -i -e 's/10.*/11.*/g' ../application.ini
make
}