Date: Saturday, February 4, 2023 @ 19:35:28 Author: arojas Revision: 1392372
upgpkg: gpxsee 11.12-1: Update to 11.12 Modified: gpxsee/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 19:22:34 UTC (rev 1392371) +++ PKGBUILD 2023-02-04 19:35:28 UTC (rev 1392372) @@ -5,7 +5,7 @@ pkgname=gpxsee _pkgname=GPXSee -pkgver=11.11 +pkgver=11.12 pkgrel=1 pkgdesc='GPS log file viewer and analyzer' arch=(x86_64) @@ -14,7 +14,7 @@ depends=(qt6-imageformats qt6-5compat qt6-positioning qt6-svg) makedepends=(qt6-tools) source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz) -sha256sums=('3670e2464afde6304ba82c6c744d6f7061f1ce7ed533e3cc4b7b099159654a5a') +sha256sums=('6c1afae2f692bc6e9cdc83f3f0ee8e275b4d5a758506d4af2f7a6b94f8fc5761') build() { cd $_pkgname-$pkgver @@ -26,6 +26,4 @@ package() { cd $_pkgname-$pkgver make INSTALL_ROOT="$pkgdir" install - # Install appdata - install -Dm644 pkg/appdata.xml "$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml }
