summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-03-02 12:20:58 +0000
committerJonathon Fernyhough2019-03-02 12:20:58 +0000
commit1f20496b3e35c19f2fe1ea8efa297bf4414a7373 (patch)
treec69c0eb34ecb3c58366620bf3ea85ff4f33e2f33
parent8e999fda2432e1a06156de8cd402c7fbba6f29ce (diff)
downloadaur-1f20496b3e35c19f2fe1ea8efa297bf4414a7373.tar.gz
New snapshot
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49b2020d2fb..0ddf54e6eaad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mapton
pkgdesc = Some kind of map application
pkgver = 0.8.0
- pkgrel = 3
+ pkgrel = 4
url = https://mapton.org
arch = any
license = Apache
@@ -10,9 +10,9 @@ pkgbase = mapton
makedepends = maven
depends = java-runtime>=8
depends = java-openjfx
- source = git+https://github.com/trixon/mapton.git#commit=ba1ca79f23ffc96404997e4ae1cbe8dffab0c732
+ source = git+https://github.com/trixon/mapton.git#commit=2091754f0454155d72a32d3004e4789ed5f1f3ad
source = mapton.desktop
- source = git+https://github.com/trixon/almond3.git#commit=dd953cd8dd6da0faee1a82d334e200bbe02a37eb
+ source = git+https://github.com/trixon/almond3.git#commit=3f16b553bb4dad3ecf72508e5d9e5cee17da934a
source = git+https://github.com/rterp/GMapsFX.git#commit=4623d3f768e8ad78fc50ee32dd204d236e01059f
sha256sums = SKIP
sha256sums = 303620b07b9a48324acfa2541a1f93fe5630cca7919cd5b5b1141f0ffe7b6cd7
diff --git a/PKGBUILD b/PKGBUILD
index 3c4bebb0a36e..14c00b4ef1cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mapton
pkgver=0.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="Some kind of map application"
arch=(any)
url="https://mapton.org"
@@ -10,10 +10,10 @@ license=('Apache')
depends=('java-runtime>=8' 'java-openjfx')
makedepends=('git' 'jdk8-openjdk' 'maven')
-_commit=ba1ca79f23ffc96404997e4ae1cbe8dffab0c732
+_commit=2091754f0454155d72a32d3004e4789ed5f1f3ad
source=(git+https://github.com/trixon/mapton.git#commit=$_commit
mapton.desktop
- git+https://github.com/trixon/almond3.git#commit=dd953cd8dd6da0faee1a82d334e200bbe02a37eb
+ git+https://github.com/trixon/almond3.git#commit=3f16b553bb4dad3ecf72508e5d9e5cee17da934a
git+https://github.com/rterp/GMapsFX.git#commit=4623d3f768e8ad78fc50ee32dd204d236e01059f)
sha256sums=('SKIP'
'303620b07b9a48324acfa2541a1f93fe5630cca7919cd5b5b1141f0ffe7b6cd7'
@@ -29,7 +29,7 @@ prepare() {
}
build() {
- MAVENCACHE="${SRCDEST-$srcdir}"
+ MAVENCACHE="${SRCDEST:-$srcdir}"
export MAVENCACHE
cd "$srcdir"/$pkgname/almond3