summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-06-06 09:13:12 +0300
committerNikolay Korotkiy2019-06-06 09:13:12 +0300
commit76e2f8566e25569b769a86c45cfa88cb93010b51 (patch)
tree69126a03ccb531852a070a0bd7d684464cbfe45d
parente474b4d07e9ac8c51f282f88db3a9a5b13b58bc3 (diff)
downloadaur-76e2f8566e25569b769a86c45cfa88cb93010b51.tar.gz
Fix wl_update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0942f0a20e47..baa0e943ff80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.1.3
-# Wed May 29 23:54:56 UTC 2019
+# Thu Jun 6 06:12:07 UTC 2019
pkgbase = gpxsee-git
pkgdesc = GPS log file viewer and analyzer
- pkgver = 7.8.r1662.de3ea4e2
+ pkgver = 7.8.r1663.b7f2eeab
pkgrel = 1
url = https://www.gpxsee.org/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = gpxsee-git
depends = qt5-base
optdepends = qt5-imageformats: Support for GeoTIFF images
optdepends = qt5-pbfimageplugin: Support for PBF vector maps
- provides = gpxsee=7.8.r1662.de3ea4e2
+ provides = gpxsee=7.8.r1663.b7f2eeab
conflicts = gpxsee
source = https://github.com/tumic0/GPXSee/archive/master.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6fe65c91183b..c35adb89ec52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _use_gh_api=true
wl_project=${_pkgname}
wl_dl="https://hosted.weblate.org/download/${wl_project}"
pkgname=${_pkgname,,}-git
-pkgver=7.8.r1662.de3ea4e2
+pkgver=7.8.r1663.b7f2eeab
pkgrel=1
pkgdesc='GPS log file viewer and analyzer'
arch=('i686' 'x86_64')
@@ -55,7 +55,7 @@ pkgver() {
}
wl_update() {
- find . -name "${2}*.ts" -a ! -name "*template*" | \
+ find . -name "${2}*.ts" -a ! -name "*_en.ts" | \
xargs basename -s .ts | \
xargs -P 0 -I{} sh -c "curl -so \$1.ts $wl_dl/${1}/\${1#${2}}/" -- {}
}