summaryrefslogtreecommitdiff
path: root/community/chmsee/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
committerroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
commit51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (patch)
tree00044126c105926c03e23c9611be579689db2b8b /community/chmsee/PKGBUILD
parent2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (diff)
Wed May 15 01:14:48 PDT 2013
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 c49379b51..083c66c2b 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 88085 2013-04-11 09:03:50Z lcarlier $
+# $Id: PKGBUILD 90845 2013-05-14 19:53:14Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
pkgver=2.0
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
license=('GPL')
-depends=('xulrunner>18.0' 'xulrunner<21.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>18.0' 'xulrunner<22.0' 'chmlib' 'desktop-file-utils')
makedepends=('python2')
#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
@@ -25,7 +25,7 @@ build() {
cp Makefile.arch Makefile
sed -i -e 's/17.*/18.0/g' ../application.ini
- sed -i -e 's/19.*/20.0/g' ../application.ini
+ sed -i -e 's/19.*/21.0/g' ../application.ini
make -j1
}