summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolay Korotkiy2020-10-12 22:48:13 +0300
committerNikolay Korotkiy2020-10-12 22:48:13 +0300
commitfae961ea77218eced37b5f73d14233e42e995657 (patch)
tree9e906a21faae08a9119fc9cadf35a975b79f6a20 /PKGBUILD
parenta6fbf0880a6665b1fb97b46500802c2dd1bfe466 (diff)
downloadaur-gpxsee-git.tar.gz
gpxsee release 7.34
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ab095014adb..0d1e50846079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ _pkgname=GPXSee
_branch=master
_use_gh_api=true
_gh_api_url="https://api.github.com/repos/${_orgname}/${_pkgname}"
-_wl_project=${_pkgname}
+_wl_project=${_pkgname,,}
_wl_hz="https://hosted.weblate.org/healthz/"
_wl_dl="https://hosted.weblate.org/download/${_wl_project}"
pkgname=${_pkgname,,}-git
-pkgver=7.29.r16.gddf8658
+pkgver=7.34.r3.g2d1e093
pkgrel=1
pkgdesc='GPS log file viewer and analyzer'
arch=(x86_64)
@@ -62,7 +62,7 @@ prepare() {
if [ "`curl ${_wl_hz}`" = "ok" ]; then
rename nb nb_NO *_nb.ts
- wl_update Translations ${_pkgname,,}_
+ wl_update translations ${_pkgname,,}_
rename nb_NO nb *_nb_NO.ts
fi
}