summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-07-03 13:36:02 +0300
committerNikolay Korotkiy2019-07-03 13:36:02 +0300
commit5ccf0e4ca41866d9c8216a79227ce805f1c0d6c9 (patch)
treeb504c0f50413af33be45c88fe698ceda10631094 /PKGBUILD
parent25841a32a56acca3fcc8705f6dbb99bff2e8ae79 (diff)
downloadaur-5ccf0e4ca41866d9c8216a79227ce805f1c0d6c9.tar.gz
Phase out i686: https://www.archlinux.org/news/the-end-of-i686-support/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e4a6cb3e969..9d8c4c99218c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _branch=master
_use_gh_api=true
_gh_api_url="https://api.github.com/repos/${_orgname}/${_pkgname}"
pkgname=${_pkgname,,}-git
-pkgver=0.5.0.r2.gced9bb9
+pkgver=0.5.0.r9.ge087cf4
pkgrel=1
pkgdesc='Program to show and manipulate GPS tracks'
-arch=('i686' 'x86_64')
+arch=(x86_64)
url='https://bourgeoislab.wordpress.com/gpxlab/'
license=('GPL3')
depends=('qt5-base')