diff options
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r-- | community/chmsee/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 15dfdf704..b2dd28916 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') 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 } |