summaryrefslogtreecommitdiff
path: root/community/chmsee
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-03 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-11-03 23:14:47 +0000
commitb625511a28fd8401f524474b5339e75328595150 (patch)
tree1daf0e94a58707bedb1a8ef5c3e98ce2cc9d7fa2 /community/chmsee
parent6c10ff06abb7ca3a4db4c73624f73aafdd3b2e63 (diff)
Thu Nov 3 23:14:47 UTC 2011
Diffstat (limited to 'community/chmsee')
-rw-r--r--community/chmsee/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 4c0076a82..a6c963e13 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=chmsee
pkgver=1.99.05
-pkgrel=1
+pkgrel=2
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>=6.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>=7.0' 'chmlib' 'desktop-file-utils')
makedepends=('python2')
source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
chmsee)
@@ -22,7 +22,7 @@ build() {
cd ${srcdir}/jungleji-chmsee-370f906/src
cp Makefile.arch Makefile
- sed -i -e 's/5.0/6.0/g' Makefile
+ sed -i -e 's/5.0/7.0/g' Makefile
make
}