[arch-commits] Commit in gpsd/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 22 18:33:57 UTC 2021


    Date: Thursday, April 22, 2021 @ 18:33:57
  Author: arojas
Revision: 921458

Add pps support (FS#69580)

Modified:
  gpsd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 18:33:29 UTC (rev 921457)
+++ PKGBUILD	2021-04-22 18:33:57 UTC (rev 921458)
@@ -6,12 +6,12 @@
 
 pkgname=gpsd
 pkgver=3.22
-pkgrel=1
+pkgrel=2
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('x86_64')
 url="http://catb.org/gpsd/"
 license=('BSD')
-depends=('python' 'libusb' 'bluez-libs')
+depends=('python' 'libusb' 'bluez-libs' 'pps-tools')
 optdepends=('gtk3: GUI frontends'
             'php: generate a PHP status page for your GPS'
             'php-gd: image support for the PHP status page'



More information about the arch-commits mailing list