Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gpsbabel
Commits: 416db84d by Antonio Rojas at 2023-12-16T19:55:33+01:00 upgpkg: 1.9.0-1: Update to 1.9.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = gpsbabel + pkgdesc = Read, write and manipulate GPS waypoints in a variety of formats + pkgver = 1.9.0 + pkgrel = 1 + url = https://www.gpsbabel.org/ + arch = x86_64 + license = GPL + makedepends = cmake + makedepends = libicns + makedepends = qt6-tools + depends = hicolor-icon-theme + depends = libusb + depends = shapelib + depends = qt6-serialport + depends = qt6-5compat + source = https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_9_0.tar.gz + source = gpsbabel.appdata.xml + sha256sums = 7801d30553bbc25d0b0e8186f2f5a1ec41397e51a26b92cc8ad1aeaa77c9beb6 + sha256sums = 5eb52ab0c4bdde61c747856e849f9bce9ca660e942c15f730a4330a38fd6a39a + +pkgname = gpsbabel ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=gpsbabel -pkgver=1.8.0 +pkgver=1.9.0 pkgrel=1 pkgdesc="Read, write and manipulate GPS waypoints in a variety of formats" arch=(x86_64) @@ -14,7 +14,7 @@ depends=(hicolor-icon-theme libusb shapelib qt6-serialport qt6-5compat) makedepends=(cmake libicns qt6-tools) source=(https://github.com/gpsbabel/$pkgname/archive/${pkgname}_${pkgver//./_}.tar.gz gpsbabel.appdata.xml) -sha256sums=('448379f0bf5f5e4514ed9ca8a1069b132f4d0e2ab350e2277e0166bf126b0832' +sha256sums=('7801d30553bbc25d0b0e8186f2f5a1ec41397e51a26b92cc8ad1aeaa77c9beb6' '5eb52ab0c4bdde61c747856e849f9bce9ca660e942c15f730a4330a38fd6a39a') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpsbabel/-/commit/416db84d06c62954935c708fb3af93dd8d5d406b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpsbabel/-/commit/416db84d06c62954935c708fb3af93dd8d5d406b You're receiving this email because of your account on gitlab.archlinux.org.
