Date: Monday, April 23, 2012 @ 19:51:00 Author: tomegun Revision: 157109
upgpkg: gpsd 3.5-1 upstream update Modified: gpsd/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-23 23:49:53 UTC (rev 157108) +++ PKGBUILD 2012-04-23 23:51:00 UTC (rev 157109) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: +# Maintainer: Tom Gundersen <[email protected]> # Contributor: Andrea Scarpino <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: Giacomo Rizzo <[email protected]> pkgname=gpsd -pkgver=3.4 -pkgrel=3 +pkgver=3.5 +pkgrel=1 pkgdesc="GPS daemon and library to support USB/serial GPS devices" arch=('i686' 'x86_64') url="http://catb.org/gpsd/" @@ -21,10 +21,6 @@ install="${pkgname}.install" source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} 'gpsd' 'gpsd.conf.d') -md5sums=('c01353459faa68834309109d4e868460' - '8aea27e1b0c23f254f94861f7d898106' - '1f3402f8e33a7032b9ae6dfd077234f7' - '3e963df3f9f7ef3572ecc648ae829315') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -78,3 +74,7 @@ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } +md5sums=('e96881798a0ab67aa3cd5f3249f0e536' + 'f6b3718b205be7853d49bae6ef587853' + '1f3402f8e33a7032b9ae6dfd077234f7' + '3e963df3f9f7ef3572ecc648ae829315')
