Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
gpxsee
Commits:
7a7310fd by Laurent Carlier at 2023-12-13T17:33:20+01:00
upgpkg: 13.12-1: upstream update 13.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
- pkgver = 13.10
+ pkgver = 13.12
pkgrel = 1
url = https://www.gpxsee.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gpxsee
depends = qt6-svg
depends = qt6-serialport
depends = hicolor-icon-theme
- source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.10.tar.gz
- sha256sums =
29c1ca028bb3faf18147c95aa6e9d70ad80ce7011b275c3c25c6628e097b8898
+ source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.12.tar.gz
+ sha256sums =
947d725d0d30fa827c2971174ab2244b4eaf0c491aed1bb9f0dd71de06237218
pkgname = gpxsee
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gpxsee
_pkgname=GPXSee
-pkgver=13.10
+pkgver=13.12
pkgrel=1
pkgdesc='GPS log file viewer and analyzer'
arch=(x86_64)
@@ -15,7 +15,7 @@ depends=('qt6-imageformats' 'qt6-5compat' 'qt6-positioning'
'qt6-svg'
'qt6-serialport' 'hicolor-icon-theme')
makedepends=('qt6-tools')
source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('29c1ca028bb3faf18147c95aa6e9d70ad80ce7011b275c3c25c6628e097b8898')
+sha256sums=('947d725d0d30fa827c2971174ab2244b4eaf0c491aed1bb9f0dd71de06237218')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/7a7310fdc87c61505c8890e5beade9ccf4bd4bc5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/7a7310fdc87c61505c8890e5beade9ccf4bd4bc5
You're receiving this email because of your account on gitlab.archlinux.org.