Date: Wednesday, November 4, 2015 @ 18:54:35 Author: jlichtblau Revision: 145993
upgpkg: kchmviewer 7.4-1 - new upstream release Modified: kchmviewer/trunk/PKGBUILD kchmviewer/trunk/kchmviewer.changelog ----------------------+ PKGBUILD | 10 +++++----- kchmviewer.changelog | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-04 17:47:53 UTC (rev 145992) +++ PKGBUILD 2015-11-04 17:54:35 UTC (rev 145993) @@ -3,8 +3,8 @@ # Contributor: Alexander Bogdanov <[email protected]> pkgname=kchmviewer -pkgver=7.3 -pkgrel=2 +pkgver=7.4 +pkgrel=1 pkgdesc="A .chm files (MS HTML help file format) viewer" arch=('i686' 'x86_64') url="http://kchmviewer.sourceforge.net/" @@ -13,7 +13,7 @@ install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('7cb805c9a836b7622bbea1d5df8873fb711979285abb21bccf095f25cf3f6007') +sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3') build() { cd $pkgname-$pkgver @@ -25,9 +25,9 @@ package() { cd $pkgname-$pkgver -# make DISTDIR="${pkgdir}" install +# make DESTDIR="${pkgdir}" install - install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname + install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname #icon/desktop file install -Dm644 packages/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png install -Dm644 packages/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop Modified: kchmviewer.changelog =================================================================== --- kchmviewer.changelog 2015-11-04 17:47:53 UTC (rev 145992) +++ kchmviewer.changelog 2015-11-04 17:54:35 UTC (rev 145993) @@ -1,3 +1,6 @@ +2015-11-04 Jaroslav Lichtblau <[email protected]> + * kchmviewer 7.4-1 + 2015-02-23 Jaroslav Lichtblau <[email protected]> * kchmviewer 7.3-1
