[arch-commits] Commit in viking/trunk (PKGBUILD viking.changelog)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Tue Feb 4 19:39:42 UTC 2014
Date: Tuesday, February 4, 2014 @ 20:39:42
Author: jlichtblau
Revision: 105306
upgpkg: viking 1.5-1
Modified:
viking/trunk/PKGBUILD
viking/trunk/viking.changelog
------------------+
PKGBUILD | 14 +++++++-------
viking.changelog | 3 +++
2 files changed, 10 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-04 19:38:06 UTC (rev 105305)
+++ PKGBUILD 2014-02-04 19:39:42 UTC (rev 105306)
@@ -4,7 +4,7 @@
# Contributor: Jonny Gerold <jonny at fsk141.com>
pkgname=viking
-pkgver=1.4.2
+pkgver=1.5
pkgrel=1
pkgdesc="GTK+2 application to manage GPS data"
arch=('i686' 'x86_64')
@@ -12,15 +12,15 @@
license=('GPL2')
depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
makedepends=('intltool' 'gnome-doc-utils')
-optdepends=(geo: for geocaches)
+optdepends=('geo: for geocaches')
options=('!emptydirs')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('58e85c9792d0df62c3c9b583869bc40d6218ca01c117c05599d45e6d6b254bf1')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2f00549e236dedec811c6b018f5ae76a1f4a1b68b1e33ef1eb2de14533579dc4')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
./configure --prefix=/usr --enable-expedia --enable-geocaches
make
@@ -27,7 +27,7 @@
}
package(){
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
Modified: viking.changelog
===================================================================
--- viking.changelog 2014-02-04 19:38:06 UTC (rev 105305)
+++ viking.changelog 2014-02-04 19:39:42 UTC (rev 105306)
@@ -1,3 +1,6 @@
+2014-02-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * viking 1.5-1
+
2013-09-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
* viking 1.4.2-1
More information about the arch-commits
mailing list