diff options
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r-- | community/chmsee/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 7c265bb98..43955999d 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 82143 2013-01-09 14:21:16Z lcarlier $ +# $Id: PKGBUILD 82534 2013-01-20 09:37:44Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: dionydonny <dionydonny@gmail.com> # Contributor: Ermanno <erm67@yahoo.it> pkgname=chmsee -pkgver=1.99.15 -pkgrel=2 +pkgver=2.0 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" @@ -13,10 +13,11 @@ license=('GPL') depends=('xulrunner>=18.0' 'xulrunner<=19.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 +#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip +source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz chmsee) install=chmsee.install -md5sums=('87a7adef3a120bae2f9b963596ddb593' +md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7' '242a9390bc943cc38237fa71137fb26c') build() { |