diff options
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r-- | community/chmsee/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index b2dd28916..1d413f207 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 67882 2012-03-15 16:59:01Z lcarlier $ +# $Id: PKGBUILD 69020 2012-04-08 08:25:21Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: dionydonny <dionydonny@gmail.com> # Contributor: Ermanno <erm67@yahoo.it> pkgname=chmsee -pkgver=1.99.08 -pkgrel=3 +pkgver=1.99.09 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" @@ -15,15 +15,14 @@ makedepends=('python2') source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver chmsee) install=chmsee.install -md5sums=('9e54b72761f8e97e683c03e52ac1ac6c' - 'abc127caca8bccf9ac51cf937b75d0c2') +md5sums=('f0ee2a87ffd3f6667d88eb89c31387e4' + '242a9390bc943cc38237fa71137fb26c') build() { cd ${srcdir}/jungleji-chmsee-*/src cp Makefile.arch Makefile - #sed -i -e 's/python/python2/g' common.mk - sed -i -e 's/10.*/11.*/g' ../application.ini + #sed -i -e 's/10.*/11.*/g' ../application.ini make } |