summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-12-09 02:02:54 +0300
committerNikolay Korotkiy2019-12-09 02:02:54 +0300
commit2b1d75c33ceaf316b4b688d30b35baeaf38dfc0e (patch)
treefb1a42336d573cba27a992205b6be624c0d06b5c /PKGBUILD
parent2f9132461b7e675d18212875088f6619d855b1c6 (diff)
downloadaur-2b1d75c33ceaf316b4b688d30b35baeaf38dfc0e.tar.gz
Update optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6391d3cc750..46bf0a00a110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _branch=master
_use_gh_api=true
_gh_api_url="https://api.github.com/repos/${_orgname}/${_pkgname}"
pkgname=${_pkgname,,}-git
-pkgver=0.6.0.r10.g83ae9d7
+pkgver=0.6.0.r23.gc2f3630
pkgrel=1
pkgdesc='Program to show and manipulate GPS tracks'
arch=(x86_64)
@@ -13,6 +13,7 @@ url='https://github.com/BourgeoisLab/GPXLab'
license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
+optdepends=('qt5-translations: for Qt5 dialog translations')
if [ "${_use_gh_api}" = true ]; then
makedepends+=('jq')
else