Date: Thursday, March 1, 2018 @ 20:22:29 Author: jlichtblau Revision: 301106
upgpkg: josm 13478-1 - new upstream release Modified: josm/trunk/PKGBUILD josm/trunk/josm.changelog ----------------+ PKGBUILD | 8 ++++---- josm.changelog | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-01 20:19:01 UTC (rev 301105) +++ PKGBUILD 2018-03-01 20:22:29 UTC (rev 301106) @@ -3,7 +3,7 @@ # Contributor: Michele Schäuble <[email protected]> pkgname=josm -pkgver=13367 +pkgver=13478 pkgrel=1 pkgdesc="An editor for OpenStreetMap written in Java" arch=('any') @@ -16,13 +16,13 @@ https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop $pkgname.conf.d) noextract=($pkgname-tested.jar) -sha256sums=('8e9128b12ac2caf967bafdcd9c07b2ede4e9fe6911289c5aecd2a6125067c7f9' +sha256sums=('447660d857f8eda931fddbc819c24c382ad3a20e463220909f24546a59fb81d5' '9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2' 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663') prepare() { cd "${srcdir}" - bsdtar -xf $pkgname-tested.jar images/logo.png + bsdtar -xf $pkgname-tested.jar images/logo.svg } package() { @@ -32,7 +32,7 @@ #.desktop and icon file install -Dm644 "${srcdir}"/${pkgname}.desktop ${pkgdir}/usr/share/applications/$pkgname.desktop - install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png + install -Dm644 images/logo.svg "${pkgdir}"/usr/share/pixmaps/$pkgname.svg #executable file install -d "${pkgdir}"/usr/bin Modified: josm.changelog =================================================================== --- josm.changelog 2018-03-01 20:19:01 UTC (rev 301105) +++ josm.changelog 2018-03-01 20:22:29 UTC (rev 301106) @@ -1,3 +1,6 @@ +2018-03-01 Jaroslav Lichtblau <[email protected]> + * josm 13478-1 + 2018-01-31 Jaroslav Lichtblau <[email protected]> * josm 13367-1
