summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2020-04-26 03:53:14 +0300
committerNikolay Korotkiy2020-04-26 03:53:14 +0300
commita6fbf0880a6665b1fb97b46500802c2dd1bfe466 (patch)
treeaa6c4c5d5518a04c3e5425173d7fef5e5436e771
parente77d516cb9f80fab34c06528468f399e69150068 (diff)
downloadaur-a6fbf0880a6665b1fb97b46500802c2dd1bfe466.tar.gz
gpxsee release 7.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12cbf8c1aa15..5843af10ddf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.2.1
-# Mon Feb 24 18:28:26 UTC 2020
+# Sun Apr 26 00:50:31 UTC 2020
pkgbase = gpxsee-git
pkgdesc = GPS log file viewer and analyzer
- pkgver = 7.25.r19.g9ce6e16
+ pkgver = 7.29.r16.gddf8658
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.25.r19.g9ce6e16
+ provides = gpxsee=7.29.r16.gddf8658
conflicts = gpxsee
source = https://github.com/tumic0/GPXSee/archive/master.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6d04425183e7..5ab095014adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _wl_project=${_pkgname}
_wl_hz="https://hosted.weblate.org/healthz/"
_wl_dl="https://hosted.weblate.org/download/${_wl_project}"
pkgname=${_pkgname,,}-git
-pkgver=7.25.r19.g9ce6e16
+pkgver=7.29.r16.gddf8658
pkgrel=1
pkgdesc='GPS log file viewer and analyzer'
arch=(x86_64)
@@ -72,7 +72,7 @@ build() {
sed -i "s/\(VERSION = \).*/\1${pkgver}/" gpxsee.pro
- find lang -name "*.ts" -exec sh -c 'touch ${0//.ts/.qm}' {} \;
+ find lang -name "*.ts" -a ! -name "*_ar.ts" -exec sh -c 'touch ${0//.ts/.qm}' {} \;
qmake CONFIG+=lrelease LRELEASE_DIR=lang PREFIX=/usr gpxsee.pro
rm -f lang/*.qm
make