Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
gpxsee
Commits:
362a9423 by Laurent Carlier at 2024-11-26T10:03:45+01:00
upgpkg: 13.32-1: upstream update 13.32
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
- pkgver = 13.31
+ pkgver = 13.32
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.31.tar.gz
- sha256sums =
de7ec329e9ed1567a8448b25541e2bba359d93dd92a704595b0d87209d039c9e
+ source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.32.tar.gz
+ sha256sums =
38b38ac7e502bc09c6ebd81b53f38f22752c74ec771dd49fe2d87eba72596e1c
pkgname = gpxsee
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gpxsee
_pkgname=GPXSee
-pkgver=13.31
+pkgver=13.32
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=('de7ec329e9ed1567a8448b25541e2bba359d93dd92a704595b0d87209d039c9e')
+sha256sums=('38b38ac7e502bc09c6ebd81b53f38f22752c74ec771dd49fe2d87eba72596e1c')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/362a9423d929f4b1dc7a723d180f90e490befb9d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/362a9423d929f4b1dc7a723d180f90e490befb9d
You're receiving this email because of your account on gitlab.archlinux.org.