Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
gpxsee
Commits:
8b68cec5 by Laurent Carlier at 2024-10-19T07:22:43+02:00
upgpkg: 13.26-1: upstream update 13.26
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
- pkgver = 13.24
+ pkgver = 13.26
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.24.tar.gz
- sha256sums =
f15d503d0c5efcf42f6d4e6d4c924de9ad672722365adc6573ff1f9d755a71c2
+ source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.26.tar.gz
+ sha256sums =
452743ab585f9f61fccf4e1344ab8eaddd689f3ad3463018626820884ea70027
pkgname = gpxsee
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gpxsee
_pkgname=GPXSee
-pkgver=13.24
+pkgver=13.26
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=('f15d503d0c5efcf42f6d4e6d4c924de9ad672722365adc6573ff1f9d755a71c2')
+sha256sums=('452743ab585f9f61fccf4e1344ab8eaddd689f3ad3463018626820884ea70027')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/8b68cec5c0176cf4535a32ada6b0af9097c20e96
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/8b68cec5c0176cf4535a32ada6b0af9097c20e96
You're receiving this email because of your account on gitlab.archlinux.org.