Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
gpxsee
Commits:
1a032444 by Laurent Carlier at 2024-08-20T15:32:34+02:00
upgpkg: 13.23-1: upstream update 13.23
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
- pkgver = 13.22
+ pkgver = 13.23
pkgrel = 1
url = https://www.gpxsee.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gpxsee
depends = qt6-serialport
depends = hicolor-icon-theme
optdepends = qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files
support
- source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.22.tar.gz
- sha256sums =
34eccacac18b8a3c5145eff9f256f76fafcc3d9d5070191a673b27ea5a0aadda
+ source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.23.tar.gz
+ sha256sums =
676f8423b3ee56f37134ea52909b78e3cd1b05e73e287dc9e1863275d842fe17
pkgname = gpxsee
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gpxsee
_pkgname=GPXSee
-pkgver=13.22
+pkgver=13.23
pkgrel=1
pkgdesc='GPS log file viewer and analyzer'
arch=(x86_64)
@@ -16,7 +16,7 @@ depends=('qt6-imageformats' 'qt6-positioning' 'qt6-svg'
makedepends=('qt6-tools')
optdepends=('qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files support')
source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('34eccacac18b8a3c5145eff9f256f76fafcc3d9d5070191a673b27ea5a0aadda')
+sha256sums=('676f8423b3ee56f37134ea52909b78e3cd1b05e73e287dc9e1863275d842fe17')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/1a032444960a7f6095a20d000c5ff582a94ff3cb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/1a032444960a7f6095a20d000c5ff582a94ff3cb
You're receiving this email because of your account on gitlab.archlinux.org.