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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 22 18:35:19 UTC 2015


    Date: Thursday, January 22, 2015 @ 19:35:18
  Author: bpiotrowski
Revision: 229658

upgpkg: gpsd 3.11-5

actually make use of the patch

Modified:
  gpsd/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-22 17:51:55 UTC (rev 229657)
+++ PKGBUILD	2015-01-22 18:35:18 UTC (rev 229658)
@@ -6,7 +6,7 @@
 
 pkgname=gpsd
 pkgver=3.11
-pkgrel=4
+pkgrel=5
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('i686' 'x86_64')
 url="http://catb.org/gpsd/"
@@ -25,6 +25,7 @@
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/gpsd-3.11-gpsdctl-service.patch"
 
   # fix python 2.7 path
   sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \



More information about the arch-commits mailing list