diff options
author | root <root@rshg054.dnsready.net> | 2013-03-16 00:04:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-16 00:04:27 -0700 |
commit | ea60830c19f04f36803e26821bd9db1361489653 (patch) | |
tree | 36ad70529294c03ef83ce837c70e5d93fc35abd1 /community/chmsee/PKGBUILD | |
parent | 6677e80954fee8b7bd931cfd5426fbf79c075246 (diff) |
Sat Mar 16 00:04:26 PDT 2013
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r-- | community/chmsee/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 083591db7..9ec0de701 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 83313 2013-01-29 13:27:03Z lcarlier $ +# $Id: PKGBUILD 86352 2013-03-15 14:34:33Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: dionydonny <dionydonny@gmail.com> # Contributor: Ermanno <erm67@yahoo.it> pkgname=chmsee pkgver=2.0 -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/" @@ -18,7 +18,7 @@ source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz chmsee) install=chmsee.install md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7' - '242a9390bc943cc38237fa71137fb26c') + '1787edd1de8aa75bd9fa75a5ab319e85') build() { cd ${srcdir}/chmsee-*/src |