summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Elenskiy2021-01-26 14:11:16 +0100
committerIlya Elenskiy2021-01-26 14:11:16 +0100
commitc015f8b8ea0ad7ff80b60bfc0c11c1b76272bf5f (patch)
tree52c1d6b73a88b4178294fb738ea249daacf131ac
parent0d59b4d1056dd74720e7528c43ed31498a6bc7f0 (diff)
downloadaur-c015f8b8ea0ad7ff80b60bfc0c11c1b76272bf5f.tar.gz
added quickcontrols2 and geoclue deps, bumped version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f80632c4d52c..79d4499891dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = enroute-git
pkgdesc = Enroute Flight Navigation
- pkgver = 1.8.1.r136.gee7bad1
- pkgrel = 2
+ pkgver = 2.3.0.r0.ge6ae277
+ pkgrel = 1
url = https://akaflieg-freiburg.github.io/enroute/
arch = i686
arch = x86_64
@@ -10,7 +10,10 @@ pkgbase = enroute-git
makedepends = cmake
makedepends = clang
depends = qt5-location
+ depends = qt5-translations
+ depends = qt5-quickcontrols2
depends = hicolor-icon-theme
+ depends = geoclue
source = enroute::git+https://github.com/Akaflieg-Freiburg/enroute.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5d18665b631d..9292268cfe00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=enroute-git
_name=enroute
-pkgver=1.8.1.r136.gee7bad1
-pkgrel=2
+pkgver=2.3.0.r0.ge6ae277
+pkgrel=1
pkgdesc="Enroute Flight Navigation"
arch=('i686' 'x86_64')
url="https://akaflieg-freiburg.github.io/enroute/"
license=('GPL3')
makedepends=('git' 'cmake' 'clang')
-depends=('qt5-location' 'qt5-translations' 'hicolor-icon-theme')
+depends=('qt5-location' 'qt5-translations' 'qt5-quickcontrols2' 'hicolor-icon-theme' 'geoclue')
source=("enroute::git+https://github.com/Akaflieg-Freiburg/enroute.git#branch=master")
md5sums=('SKIP')