Date: Wednesday, December 15, 2021 @ 22:08:52 Author: arojas Revision: 1073460
Update to 10.0 Modified: gpxsee/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-15 22:06:36 UTC (rev 1073459) +++ PKGBUILD 2021-12-15 22:08:52 UTC (rev 1073460) @@ -5,16 +5,16 @@ pkgname=gpxsee _pkgname=GPXSee -pkgver=9.12 +pkgver=10.0 pkgrel=1 pkgdesc='GPS log file viewer and analyzer' arch=(x86_64) url='https://www.gpxsee.org/' license=(GPL3) -depends=(qt6-imageformats qt6-5compat) +depends=(qt6-imageformats qt6-5compat qt6-positioning) makedepends=(qt6-tools) source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz) -sha256sums=('52724a54469fca6edb754fc6e43c68eec42b7f6549dc74677edcf1d1d041ee5e') +sha256sums=('b2d870838f3891ed19077a53d7fca6699f0cbad1b3ff151cebade0ec9267006c') build() { cd $_pkgname-$pkgver
