summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-07-03 13:33:58 +0300
committerNikolay Korotkiy2019-07-03 13:33:58 +0300
commitb72e6a5d654c51e87ef8ac3342126058a4356a9a (patch)
tree5bc70f5530508c195251f4bfca123e959e422351
parentef45ae5d555bd59029d5e12d799b9d2b95408da1 (diff)
downloadaur-b72e6a5d654c51e87ef8ac3342126058a4356a9a.tar.gz
Phase out i686: https://www.archlinux.org/news/the-end-of-i686-support/
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45b0357c8af7..a1854dfa83cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by makepkg 5.1.3
-# Mon Jun 24 08:54:22 UTC 2019
+# Wed Jul 3 10:33:00 UTC 2019
pkgbase = gpxsee-git
pkgdesc = GPS log file viewer and analyzer
- pkgver = 7.9.r3.g255f4ca
+ pkgver = 7.9.r11.g863aa3f
pkgrel = 1
url = https://www.gpxsee.org/
- arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-tools
@@ -13,7 +12,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.9.r3.g255f4ca
+ provides = gpxsee=7.9.r11.g863aa3f
conflicts = gpxsee
source = https://github.com/tumic0/GPXSee/archive/master.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4d05e948425e..36901a49b9f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ _wl_project=${_pkgname}
_wl_hz="https://hosted.weblate.org/healthz/"
_wl_dl="https://hosted.weblate.org/download/${_wl_project}"
pkgname=${_pkgname,,}-git
-pkgver=7.9.r3.g255f4ca
+pkgver=7.9.r11.g863aa3f
pkgrel=1
pkgdesc='GPS log file viewer and analyzer'
-arch=('i686' 'x86_64')
+arch=(x86_64)
url='https://www.gpxsee.org/'
license=('GPL3')
depends=('qt5-base')