summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5843af10ddf3..b67b983280dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 5.2.1
-# Sun Apr 26 00:50:31 UTC 2020
+# Generated by makepkg 5.2.2
+# Mon Oct 12 19:45:07 UTC 2020
pkgbase = gpxsee-git
pkgdesc = GPS log file viewer and analyzer
- pkgver = 7.29.r16.gddf8658
+ pkgver = 7.34.r3.g2d1e093
pkgrel = 1
url = https://www.gpxsee.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = gpxsee-git
optdepends = qt5-imageformats: Support for GeoTIFF images
optdepends = qt5-pbfimageplugin: Support for PBF vector maps
optdepends = qt5-translations: for Qt5 dialog translations
- provides = gpxsee=7.29.r16.gddf8658
+ provides = gpxsee=7.34.r3.g2d1e093
conflicts = gpxsee
source = https://github.com/tumic0/GPXSee/archive/master.tar.gz
sha256sums = SKIP
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
}