summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Elenskiy2021-04-10 12:36:27 +0200
committerIlya Elenskiy2021-04-10 12:36:27 +0200
commit9f6b770b274c13e8a5dd145ea3fe0710cdad730e (patch)
treea5d04ce2cf9c5b6c48803d0d54b8e2d85c4e2a1c
parentc015f8b8ea0ad7ff80b60bfc0c11c1b76272bf5f (diff)
downloadaur-9f6b770b274c13e8a5dd145ea3fe0710cdad730e.tar.gz
added qt5-graphicaleffects dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79d4499891dd..a4077be1ef5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = enroute-git
pkgdesc = Enroute Flight Navigation
- pkgver = 2.3.0.r0.ge6ae277
+ pkgver = 2.5.0.r60.g32a1060
pkgrel = 1
url = https://akaflieg-freiburg.github.io/enroute/
arch = i686
@@ -12,6 +12,7 @@ pkgbase = enroute-git
depends = qt5-location
depends = qt5-translations
depends = qt5-quickcontrols2
+ depends = qt5-graphicaleffects
depends = hicolor-icon-theme
depends = geoclue
source = enroute::git+https://github.com/Akaflieg-Freiburg/enroute.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 9292268cfe00..e34e07d9a378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=enroute-git
_name=enroute
-pkgver=2.3.0.r0.ge6ae277
+pkgver=2.5.0.r60.g32a1060
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' 'qt5-quickcontrols2' 'hicolor-icon-theme' 'geoclue')
+depends=('qt5-location' 'qt5-translations' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'hicolor-icon-theme' 'geoclue')
source=("enroute::git+https://github.com/Akaflieg-Freiburg/enroute.git#branch=master")
md5sums=('SKIP')