diff options
Diffstat (limited to 'extra/gpsd/PKGBUILD')
-rw-r--r-- | extra/gpsd/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/gpsd/PKGBUILD b/extra/gpsd/PKGBUILD index 1c0b3a1bc..72f23163e 100644 --- a/extra/gpsd/PKGBUILD +++ b/extra/gpsd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 187860 2013-06-07 09:24:56Z tomegun $ +# $Id: PKGBUILD 196497 2013-10-14 13:18:42Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> @@ -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 @@ build() { 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 } |