Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / gpxsee
Commits: 3e44c24f by Laurent Carlier at 2023-08-26T08:55:05+02:00 upgpkg: 13.6-1: upstream update 13.6 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -5,16 +5,17 @@ pkgname=gpxsee _pkgname=GPXSee -pkgver=13.4 +pkgver=13.6 pkgrel=1 pkgdesc='GPS log file viewer and analyzer' arch=(x86_64) url='https://www.gpxsee.org/' license=(GPL3) -depends=(qt6-imageformats qt6-5compat qt6-positioning qt6-svg qt6-serialport) -makedepends=(qt6-tools) +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=('143e3d0ac56fcee1b919b364c9d82eb1bd1025785e68c1b511a997fb24cf9f3d') +sha256sums=('ef76dcc39b7419dda70c7096f049c4f954134fc4273a7d45b93203f68d2a066f') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/3e44c24f534f9b235f471d166ad8445150ce941c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/3e44c24f534f9b235f471d166ad8445150ce941c You're receiving this email because of your account on gitlab.archlinux.org.
