summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-12-16 00:46:36 +0300
committerNikolay Korotkiy2019-12-16 00:46:36 +0300
commitcad87bfe31b3ce7d249b769430d49fa4e5f0b087 (patch)
tree0eb0030ae8e84a19f932e003992db35da653368f
parentcab41fb2c94e6c6f1fdefe766207a349173f3652 (diff)
downloadaur-cad87bfe31b3ce7d249b769430d49fa4e5f0b087.tar.gz
Minor improvement
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59cb3ed7a82e..add1aba4cb5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.2.1
-# Sun Dec 8 22:59:47 UTC 2019
+# Sun Dec 15 21:45:38 UTC 2019
pkgbase = gpxsee-git
pkgdesc = GPS log file viewer and analyzer
- pkgver = 7.18.r13.gec0b0ad
+ pkgver = 7.18.r14.ga986293
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.18.r13.gec0b0ad
+ provides = gpxsee=7.18.r14.ga986293
conflicts = gpxsee
source = https://github.com/tumic0/GPXSee/archive/master.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 33445b987dc2..3af46d8c46ca 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.18.r13.gec0b0ad
+pkgver=7.18.r14.ga986293
pkgrel=1
pkgdesc='GPS log file viewer and analyzer'
arch=(x86_64)
@@ -73,8 +73,7 @@ build() {
sed -i "s/\(VERSION = \).*/\1${pkgver}/" gpxsee.pro
- lrelease gpxsee.pro
- qmake PREFIX=/usr gpxsee.pro
+ qmake CONFIG+=lrelease PREFIX=/usr gpxsee.pro
make
}