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

Antonio Rojas arojas at archlinux.org
Sun Mar 14 09:08:27 UTC 2021


    Date: Sunday, March 14, 2021 @ 09:08:27
  Author: arojas
Revision: 891016

Update to 8.8, switch to Qt 6

Modified:
  gpxsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 08:59:35 UTC (rev 891015)
+++ PKGBUILD	2021-03-14 09:08:27 UTC (rev 891016)
@@ -5,21 +5,21 @@
 
 pkgname=gpxsee
 _pkgname=GPXSee
-pkgver=8.7
+pkgver=8.8
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)
 url='https://www.gpxsee.org/'
 license=(GPL3)
-depends=(qt5-imageformats)
-makedepends=(qt5-tools)
+depends=(qt6-imageformats)
+makedepends=(qt6-tools)
 source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('1e49ba86c87e3e14f0f71293ced99f343fb96cf776b836ae41f99bc5fad3b035')
+sha256sums=('00afdaa7365e2c721a817b92179e68de597dfad1a063aa59220af165f399bf0d')
 
 build() {
   cd $_pkgname-$pkgver
-  lrelease gpxsee.pro
-  qmake gpxsee.pro PREFIX=/usr
+  lrelease-qt6 gpxsee.pro
+  qmake-qt6 gpxsee.pro PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list