summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df7483a103a4..078589ed5538 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by makepkg 5.1.1
-# Wed Nov 28 07:01:27 UTC 2018
+# Wed Nov 28 07:37:45 UTC 2018
pkgbase = gpxsee-git
pkgdesc = GPS log file viewer and analyzer
pkgver = 6.3.r1296.5b21d550
- pkgrel = 1
- url = http://www.gpxsee.org/
+ pkgrel = 2
+ url = https://www.gpxsee.org/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index cb5edff792dc..55ed6af5e268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ wl_project=${_pkgname}
wl_dl="https://hosted.weblate.org/download/${wl_project}"
pkgname=${_pkgname,,}-git
pkgver=6.3.r1296.5b21d550
-pkgrel=1
+pkgrel=2
pkgdesc='GPS log file viewer and analyzer'
arch=('i686' 'x86_64')
-url='http://www.gpxsee.org/'
+url='https://www.gpxsee.org/'
license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
@@ -60,20 +60,19 @@ wl_update() {
}
prepare() {
- cd ${_pkgname}-${_branch}/lang
+ cd ${_pkgname}-${_branch}
- rename nb nb_NO *_nb.ts
+ sed -i "s/\(VERSION = \).*/\1${pkgver}/" gpxsee.pro
+ cd lang
+ rename nb nb_NO *_nb.ts
wl_update Translations ${_pkgname,,}_
-
rename nb_NO nb *_nb_NO.ts
}
build() {
cd ${_pkgname}-${_branch}
- sed -i "s/\(VERSION = \).*/\1${pkgver}/" gpxsee.pro
-
lrelease gpxsee.pro
qmake gpxsee.pro
make