gpsd: update to 3.23.1.

This commit is contained in:
Leah Neukirchen 2021-10-01 22:40:59 +02:00
parent 8a682a8d96
commit 5c94f2ec8d
2 changed files with 4 additions and 15 deletions
srcpkgs/gpsd

View file

@ -1,11 +0,0 @@
--- a/SConscript
+++ b/SConscript
@@ -3060,7 +3060,7 @@
hotplug_wrapper_install = []
else:
hotplug_wrapper_install = [
- 'cp $SRCDIR/gpsd.hotplug ' + DESTDIR + env['udevdir'],
+ 'cp $SRCDIR/../gpsd.hotplug ' + DESTDIR + env['udevdir'],
'chmod a+x ' + DESTDIR + env['udevdir'] + '/gpsd.hotplug'
]

View file

@ -1,6 +1,6 @@
# Template file for 'gpsd'
pkgname=gpsd
version=3.23
version=3.23.1
revision=1
build_style=scons
make_build_args="dbus_export=0 gpsd_user=gpsd gpsd_group=gpsd sbindir=/usr/bin
@ -13,9 +13,9 @@ makedepends="eudev-libudev-devel ntp libusb-devel ncurses-devel gtk+3-devel
short_desc="GPS/AIS receiver monitoring daemon"
maintainer="uriahheep <uriahheep@gmail.com>"
license="BSD-3-Clause"
homepage="http://www.catb.org/gpsd/"
distfiles="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-${version}.tar.xz"
checksum=e36429b9f6fc42004894dff3dc4453f5b43f95af8533b96d3d135987418da9df
homepage="https://gpsd.gitlab.io/gpsd/"
distfiles="https://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-${version}.tar.xz"
checksum=ca2c466df783c57b8a07ad3f5c67943186d05befdc377de938ed111d1358a8c1
python_version=3 # Must be same version as scons
system_accounts="gpsd"