[arch-commits] Commit in chmsee/trunk (PKGBUILD)

Laurent Carlier lcarlier at nymeria.archlinux.org
Mon Mar 18 14:47:17 UTC 2013


    Date: Monday, March 18, 2013 @ 15:47:16
  Author: lcarlier
Revision: 86522

upgpkg: chmsee 2.0-4

Rebuild for new xulrunner, update dependencies

Modified:
  chmsee/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-18 14:14:51 UTC (rev 86521)
+++ PKGBUILD	2013-03-18 14:47:16 UTC (rev 86522)
@@ -5,12 +5,12 @@
 
 pkgname=chmsee
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 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<=19.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>18.0' 'xulrunner<20.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 @@
 
   cp Makefile.arch Makefile
   sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/19.0/g' ../application.ini
+  sed -i -e 's/19.*/20.0/g' ../application.ini
 
   make -j1
 }




More information about the arch-commits mailing list