Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
gpsd
Commits:
31cfb42c by Jelle van der Waa at 2024-11-21T17:11:26+01:00
upgpkg: 3.25-5: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gpsd
pkgdesc = GPS daemon and library to support USB/serial GPS devices
pkgver = 3.25
- pkgrel = 4
+ pkgrel = 5
url = http://catb.org/gpsd/
arch = x86_64
license = BSD
@@ -13,6 +13,9 @@ pkgbase = gpsd
makedepends = python-pyserial
makedepends = gtk3
makedepends = python-setuptools
+ depends = dbus
+ depends = gcc-libs
+ depends = glibc
depends = python
depends = libusb
depends = bluez-libs
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=gpsd
pkgver=3.25
-pkgrel=4
+pkgrel=5
pkgdesc="GPS daemon and library to support USB/serial GPS devices"
arch=('x86_64')
url="http://catb.org/gpsd/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpsd/-/commit/31cfb42c7304350dfc38143f1db34a294fd555e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gpsd/-/commit/31cfb42c7304350dfc38143f1db34a294fd555e2
You're receiving this email because of your account on gitlab.archlinux.org.