Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gpxsee
Commits:
c69eeba7 by Antonio Rojas at 2024-03-30T20:53:50+01:00
upgpkg: 13.18-1: Update to 13.18
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
- pkgver = 13.16
+ pkgver = 13.18
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.16.tar.gz
- sha256sums =
f027ec5bf62c1ac79274e51867157f86c9d93cc61e722f9c1d34989be79addbd
+ source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.18.tar.gz
+ sha256sums =
d80d77a271c5ac1857f87c7f5be2c7c1264b7c35a8f4e8f21e225c2b14e3b7da
pkgname = gpxsee
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gpxsee
_pkgname=GPXSee
-pkgver=13.16
+pkgver=13.18
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=('f027ec5bf62c1ac79274e51867157f86c9d93cc61e722f9c1d34989be79addbd')
+sha256sums=('d80d77a271c5ac1857f87c7f5be2c7c1264b7c35a8f4e8f21e225c2b14e3b7da')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/c69eeba701f86ccfeabda5247a06bd79b2011c47
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/c69eeba701f86ccfeabda5247a06bd79b2011c47
You're receiving this email because of your account on gitlab.archlinux.org.