Date: Sunday, November 15, 2015 @ 11:05:51 Author: jlichtblau Revision: 146855
upgpkg: kchmviewer 7.5-1 - new upstream release Modified: kchmviewer/trunk/PKGBUILD kchmviewer/trunk/kchmviewer.changelog ----------------------+ PKGBUILD | 6 +++--- kchmviewer.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-15 05:11:21 UTC (rev 146854) +++ PKGBUILD 2015-11-15 10:05:51 UTC (rev 146855) @@ -3,7 +3,7 @@ # Contributor: Alexander Bogdanov <[email protected]> pkgname=kchmviewer -pkgver=7.4 +pkgver=7.5 pkgrel=1 pkgdesc="A .chm files (MS HTML help file format) viewer" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3') +sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53') build() { cd $pkgname-$pkgver @@ -27,7 +27,7 @@ # 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-15 05:11:21 UTC (rev 146854) +++ kchmviewer.changelog 2015-11-15 10:05:51 UTC (rev 146855) @@ -1,3 +1,6 @@ +2015-11-15 Jaroslav Lichtblau <[email protected]> + * kchmviewer 7.5-1 + 2015-11-04 Jaroslav Lichtblau <[email protected]> * kchmviewer 7.4-1
