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

Tom Gundersen tomegun at nymeria.archlinux.org
Tue Oct 8 06:59:30 UTC 2013


    Date: Tuesday, October 8, 2013 @ 08:59:30
  Author: tomegun
Revision: 196186

upgpkg: gpsd 3.9-4

fix permissions

Modified:
  gpsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-08 06:43:26 UTC (rev 196185)
+++ PKGBUILD	2013-10-08 06:59:30 UTC (rev 196186)
@@ -6,7 +6,7 @@
 
 pkgname=gpsd
 pkgver=3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('i686' 'x86_64')
 url="http://catb.org/gpsd/"
@@ -33,9 +33,10 @@
     gpscat gpsfake gpsprof xgps xgpsspeed
 
   scons prefix=/usr \
-    systemd=yes \
-    libQgpsmm=no \
-    PYTHONPATH=/usr/bin/python2
+        systemd=yes \
+        libQgpsmm=no \
+        gpsd_group=uucp \
+        PYTHONPATH=/usr/bin/python2
   scons build
 }
 




More information about the arch-commits mailing list