[arch-commits] Commit in gpxsee/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Wed May 12 07:22:39 UTC 2021


    Date: Wednesday, May 12, 2021 @ 07:22:39
  Author: lcarlier
Revision: 931427

upgpkg: gpxsee 9.0-1: upstream update 9.0

Modified:
  gpxsee/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 04:11:33 UTC (rev 931426)
+++ PKGBUILD	2021-05-12 07:22:39 UTC (rev 931427)
@@ -5,7 +5,7 @@
 
 pkgname=gpxsee
 _pkgname=GPXSee
-pkgver=8.9
+pkgver=9.0
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)
@@ -14,11 +14,11 @@
 depends=(qt6-imageformats)
 makedepends=(qt6-tools)
 source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('abafa1543de4c1aab2dcc804afa4e7c93402db6084aa8f24011a2c4ccfcc075d')
+sha256sums=('021ef80418783352216e5733a2e2cd56cfc46ceff88c24a477735d7e2c8d5cb9')
 
 build() {
   cd $_pkgname-$pkgver
-  lrelease6 gpxsee.pro
+  /usr/lib/qt6/bin/lrelease gpxsee.pro
   qmake6 gpxsee.pro PREFIX=/usr
   make
 }



More information about the arch-commits mailing list