qmapshack: update to 1.12.1

This commit is contained in:
Francesco Marinucci 2018-12-30 13:07:03 +01:00
parent 49193dc971
commit f6e5d5a79f
2 changed files with 2 additions and 9 deletions

View File

@ -1,5 +1,5 @@
pkgname=qmapshack
pkgver=1.12.0
pkgver=1.12.1
pkgrel=1
pkgdesc='Plan your next outdoor trip'
arch=('x86_64')
@ -8,7 +8,7 @@ license=('GPL3')
depends=('gdal' 'routino' 'qt5-declarative' 'qt5-webengine' 'proj' 'quazip')
makedepends=('cmake' 'qt5-tools')
source=("https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz")
sha1sums=('69c1e0c84137675c40e2e747f86dc3d3b3a49225')
sha1sums=('67666458e29263937ba9ac78c251cb77a526a5c3')
prepare() {
cd $pkgname-$pkgver

View File

@ -1,7 +0,0 @@
post_install() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}