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

Laurent Carlier lcarlier at nymeria.archlinux.org
Sat Apr 5 05:53:27 UTC 2014


    Date: Saturday, April 5, 2014 @ 07:53:26
  Author: lcarlier
Revision: 108847

upgpkg: chmsee 2.0.2-4

xulrunner 28.0 rebuild (FS#39431)

Modified:
  chmsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-05 05:27:19 UTC (rev 108846)
+++ PKGBUILD	2014-04-05 05:53:26 UTC (rev 108847)
@@ -5,12 +5,12 @@
 
 pkgname=chmsee
 pkgver=2.0.2
-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>21.0' 'xulrunner<28.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>21.0' 'xulrunner<29.0' 'chmlib' 'desktop-file-utils')
 makedepends=('python2')
 source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
         chmsee)
@@ -20,7 +20,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\127.*/' application.ini
+  sed -i -e 's/^\(MaxVersion=\).*/\128.*/' application.ini
 }
 
 build() {




More information about the arch-commits mailing list