summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2018-04-17 12:00:52 +0300
committerNikolay Korotkiy2018-04-17 12:00:52 +0300
commitcc1d092233a999237a9ee3cc2ee5e85ef8144523 (patch)
tree89280867b73bd50f3b1ffbfcc8fac369f9e8f262
parente86f24aa9ba950246adf2c125b5a7add4dfa1fe0 (diff)
downloadaur-gpxsee.tar.gz
gpxsee release 5.7
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a99aab1d1736..9fabe004bf4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Thu Apr 12 19:49:04 UTC 2018
+# Tue Apr 17 08:59:30 UTC 2018
pkgbase = gpxsee
- pkgdesc = GPX viewer and analyzer
- pkgver = 5.6
- pkgrel = 2
+ pkgdesc = GPS log file viewer and analyzer
+ pkgver = 5.7
+ pkgrel = 1
url = http://www.gpxsee.org/
arch = i686
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = gpxsee
makedepends = qt5-tools
depends = qt5-base
optdepends = qt5-imageformats: Support for TIFF
- provides = gpxsee=5.6
+ provides = gpxsee=5.7
conflicts = gpxsee-git
- source = https://github.com/tumic0/gpxsee/archive/5.6.tar.gz
- sha256sums = f49207d94ff1764407ba1571fee0b542402f0965099a110481db0e3c406ed5e7
+ source = https://github.com/tumic0/gpxsee/archive/5.7.tar.gz
+ sha256sums = 1e1f33e597fd33772dbe4b3a8b90697e1dd7bb254a8161e2ad977467624c9d2f
pkgname = gpxsee
diff --git a/PKGBUILD b/PKGBUILD
index 0e98aa63335b..ee09d53588e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_orgname=tumic0
_pkgname=gpxsee
pkgname=${_pkgname}
-pkgver=5.6
-pkgrel=2
-pkgdesc='GPX viewer and analyzer'
+pkgver=5.7
+pkgrel=1
+pkgdesc='GPS log file viewer and analyzer'
arch=('i686' 'x86_64')
url="http://www.gpxsee.org/"
license=('GPL3')
@@ -16,7 +16,7 @@ optdepends=('qt5-imageformats: Support for TIFF')
provides=("${pkgname}=${pkgver}")
conflicts=(${pkgname}-git)
source=("https://github.com/${_orgname}/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('f49207d94ff1764407ba1571fee0b542402f0965099a110481db0e3c406ed5e7')
+sha256sums=('1e1f33e597fd33772dbe4b3a8b90697e1dd7bb254a8161e2ad977467624c9d2f')
build() {
cd GPXSee-${pkgver}