summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b9200b679d..66bb65145e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = openorienteering-mapper-git
pkgdesc = Map drawing program from OpenOrienteering
pkgver = 20200411.3.r0.ge2ff8153
- pkgrel = 1
+ pkgrel = 2
url = https://www.openorienteering.org/apps/mapper/
install = openorienteering-mapper.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 287c31cae882..728ddae9b561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _wl_hz="https://hosted.weblate.org/healthz/"
_wl_dl="https://hosted.weblate.org/download/${_wl_project}"
pkgname=${_orgname,,}-${_pkgname}-git
pkgver=20200411.3.r0.ge2ff8153
-pkgrel=1
+pkgrel=2
pkgdesc='Map drawing program from OpenOrienteering'
arch=(x86_64)
url='https://www.openorienteering.org/apps/mapper/'
@@ -54,7 +54,7 @@ pkgver() {
wl_update() {
find . -name "${2}*.ts" -a ! -name "*template*" -a ! -name "*_en.ts" | \
xargs basename -s .ts | \
- xargs -P 0 -I{} sh -c "curl -so \$1.ts ${_wl_dl}/${1}/\${1#${2}}/" -- {}
+ xargs -P 0 -I{} sh -c "curl -Lso \$1.ts ${_wl_dl}/${1}/\${1#${2}}/" -- {}
}
prepare() {