Date: Friday, January 3, 2020 @ 23:47:32 Author: arojas Revision: 547773
Update to 3.20 Modified: gpsd/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-03 23:10:28 UTC (rev 547772) +++ PKGBUILD 2020-01-03 23:47:32 UTC (rev 547773) @@ -5,8 +5,8 @@ # Contributor: Giacomo Rizzo <[email protected]> pkgname=gpsd -pkgver=3.19 -pkgrel=3 +pkgver=3.20 +pkgrel=1 pkgdesc="GPS daemon and library to support USB/serial GPS devices" arch=('x86_64') url="http://catb.org/gpsd/" @@ -17,12 +17,13 @@ 'php-gd: image support for the PHP status page' 'python-cairo: GUI frontends' 'python-gobject: GUI frontends' + 'python-pyserial: GUI frontends' 'qt5-base: for Qgpsmm') -makedepends=('scons' 'docbook-xsl' 'qt5-base' 'python-gobject' 'python-cairo') +makedepends=('scons' 'docbook-xsl' 'qt5-base' 'python-gobject' 'python-cairo' 'python-pyserial' 'gtk3') backup=('etc/default/gpsd') source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} $pkgname.conf fix-python-libdir.patch) -sha256sums=('27dd24d45b2ac69baab7933da2bf6ae5fb0be90130f67e753c110a3477155f39' +sha256sums=('172a7805068eacb815a3c5225436fcb0be46e7e49a5001a94034eac43df85e50' 'SKIP' 'dcfa71c4c730b486269995468bdcfa8e96bf3c282db1dadea9384d32015d277f' '631cf609db1f4b26b94d324a9ca16624487781f0b8736c5c59d8c45acc5d7322')
