summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2019-01-18 19:33:01 +0100
committerSammysHP2019-01-18 19:33:01 +0100
commit69be261d0030b6cd2d80fac6ce73047635c87723 (patch)
treea533a87e395fc5e81d370eda7f92e81a85935fb3
parentf75b9fdeb90db0c24d7a4b687b8c7605d53f3702 (diff)
downloadaur-69be261d0030b6cd2d80fac6ce73047635c87723.tar.gz
Update to 1.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14fc389676b2..d19f29291f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cruiser
pkgdesc = Map and navigation application using offline vector maps
- pkgver = 1.5
+ pkgver = 1.5.1
pkgrel = 1
url = http://wiki.openstreetmap.org/wiki/Cruiser
arch = any
@@ -10,10 +10,10 @@ pkgbase = cruiser
replaces = atlas-maps
replaces = atlas-maps-bin
replaces = atlas-maps-beta-bin
- noextract = cruiser-desktop-1.5.zip
- source = http://www.talent.gr/public/cruiser/cruiser-desktop-1.5.zip
+ noextract = cruiser-desktop-1.5.1.zip
+ source = http://www.talent.gr/public/cruiser/cruiser-desktop-1.5.1.zip
source = cruiser.sh
- md5sums = 21af060f17b1d5c25774c45f828585ca
+ md5sums = a4173bf58aafc6758f999a5d769cd994
md5sums = 6c23697fc0421c752227dd1e1f29245f
pkgname = cruiser
diff --git a/PKGBUILD b/PKGBUILD
index 9b011724ad48..296d33bc8c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=1.5
+pkgver=1.5.1
pkgrel=1
pkgdesc="Map and navigation application using offline vector maps"
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('atlas-maps')
replaces=('atlas-maps' 'atlas-maps-bin' 'atlas-maps-beta-bin')
source=("http://www.talent.gr/public/cruiser/cruiser-desktop-${pkgver}.zip"
"cruiser.sh")
-md5sums=('21af060f17b1d5c25774c45f828585ca'
+md5sums=('a4173bf58aafc6758f999a5d769cd994'
'6c23697fc0421c752227dd1e1f29245f')
noextract=("cruiser-desktop-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"