Date: Tuesday, March 31, 2015 @ 11:42:45 Author: jlichtblau Revision: 130395
upgpkg: viking 1.6-1 Modified: viking/trunk/PKGBUILD viking/trunk/viking.changelog ------------------+ PKGBUILD | 12 ++++++------ viking.changelog | 23 +++++++++++++---------- 2 files changed, 19 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-31 09:21:25 UTC (rev 130394) +++ PKGBUILD 2015-03-31 09:42:45 UTC (rev 130395) @@ -1,23 +1,23 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Nick Østergaard <[email protected]> # Contributor: Jonny Gerold <[email protected]> pkgname=viking -pkgver=1.5.1 -pkgrel=2 +pkgver=1.6 +pkgrel=1 pkgdesc="GTK+2 application to manage GPS data" arch=('i686' 'x86_64') url="http://viking.sourceforge.net/" license=('GPL2') -depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel') -makedepends=('intltool' 'gnome-doc-utils') +depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 'mapnik') +makedepends=('intltool' 'gnome-doc-utils' 'boost') optdepends=('geo: for geocaches') options=('!emptydirs') install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('6c560c8665112732e575110e9a316638cf278f03b5ecd92ff8845419cb3d53ec') +sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: viking.changelog =================================================================== --- viking.changelog 2015-03-31 09:21:25 UTC (rev 130394) +++ viking.changelog 2015-03-31 09:42:45 UTC (rev 130395) @@ -1,29 +1,32 @@ -2014-09-02 Jaroslav Lichtblau <[email protected]> +2015-03-31 Jaroslav Lichtblau <[email protected]> + * viking 1.6-1 + +2014-09-02 Jaroslav Lichtblau <[email protected]> * viking 1.5.1-1 -2014-02-04 Jaroslav Lichtblau <[email protected]> +2014-02-04 Jaroslav Lichtblau <[email protected]> * viking 1.5-1 -2013-09-28 Jaroslav Lichtblau <[email protected]> +2013-09-28 Jaroslav Lichtblau <[email protected]> * viking 1.4.2-1 -2013-05-18 Jaroslav Lichtblau <[email protected]> +2013-05-18 Jaroslav Lichtblau <[email protected]> * viking 1.4.1-1 -2013-02-24 Jaroslav Lichtblau <[email protected]> +2013-02-24 Jaroslav Lichtblau <[email protected]> * viking 1.4-1 -2012-10-02 Jaroslav Lichtblau <[email protected]> +2012-10-02 Jaroslav Lichtblau <[email protected]> * viking 1.3.2.1-1 -2012-05-05 Jaroslav Lichtblau <[email protected]> +2012-05-05 Jaroslav Lichtblau <[email protected]> * viking 1.3.0-1 -2011-11-27 Jaroslav Lichtblau <[email protected]> +2011-11-27 Jaroslav Lichtblau <[email protected]> * viking 1.2.2-1 -2011-08-28 Jaroslav Lichtblau <[email protected]> +2011-08-28 Jaroslav Lichtblau <[email protected]> * viking 1.2.1-1 -2011-06-22 Jaroslav Lichtblau <[email protected]> +2011-06-22 Jaroslav Lichtblau <[email protected]> * viking 1.2-1
