summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6b89ddcfaa7..c38666c65f96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qgroundcontrol
pkgdesc = Micro air vehicle ground control station.
- pkgver = 3.5.5
- pkgrel = 3
+ pkgver = 3.5.6
+ pkgrel = 1
url = http://qgroundcontrol.org/
arch = x86_64
license = GPL3
@@ -40,10 +40,10 @@ pkgbase = qgroundcontrol
depends = qt5-location
depends = qt5-svg
depends = qt5-graphicaleffects
- source = qgroundcontrol-3.5.5.tar.gz::https://github.com/mavlink/qgroundcontrol/archive/v3.5.5.tar.gz
- source = mavlink-v2.0-qgc3.5.5.zip::https://github.com/mavlink/c_library_v2/archive/d240d0986710045663894aebcea89e71ce981ee4.zip
- source = gps-drivers-qgc3.5.5.zip::https://github.com/PX4/GpsDrivers/archive/2a4865adc3808687d6c6f550f497a02eb920c382.zip
- sha256sums = 0fa99ea10d9d82ab5702cf9f1fd694ecc2656e89c5a83b15a3174c7fd9ec8852
+ source = qgroundcontrol-3.5.6.tar.gz::https://github.com/mavlink/qgroundcontrol/archive/v3.5.6.tar.gz
+ source = mavlink-v2.0-qgc3.5.6.zip::https://github.com/mavlink/c_library_v2/archive/d240d0986710045663894aebcea89e71ce981ee4.zip
+ source = gps-drivers-qgc3.5.6.zip::https://github.com/PX4/GpsDrivers/archive/2a4865adc3808687d6c6f550f497a02eb920c382.zip
+ sha256sums = 5ae468336dddab5843c8c3df7cd7607b5fd394fda2900ce684d771c0dff9d1df
sha256sums = 65c0fc60be9435375f74990a5c83fb0cdef6d15c100245759d2465d480a5b9b5
sha256sums = 1ab58c633edcfff9288bd868bf33e2c9990afa27fa5df8f1731675d98a4ce6e4
diff --git a/PKGBUILD b/PKGBUILD
index 3c0c0c7bf576..13ad1c21e8dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: K. Morton <pryre.dev@outlook.com>
# Contributor: Anselmo L. S. Melo <anselmo.melo@intel.com>
pkgname=qgroundcontrol
-pkgver=3.5.5
-pkgrel=3
+pkgver=3.5.6
+pkgrel=1
pkgdesc="Micro air vehicle ground control station."
arch=('x86_64')
url="http://qgroundcontrol.org/"
license=('GPL3')
#Git commit hash for version-specific submodules
-pkgver_mavlink='d240d0986710045663894aebcea89e71ce981ee4'
-pkgver_gps='2a4865adc3808687d6c6f550f497a02eb920c382'
+pkgver_mavlink='d240d0986710045663894aebcea89e71ce981ee4' #libs/mavlink/include/mavlink
+pkgver_gps='2a4865adc3808687d6c6f550f497a02eb920c382' #src/GPS/Drivers
depends=('bzip2'
'dbus'
@@ -54,7 +54,7 @@ source=("qgroundcontrol-${pkgver}.tar.gz::https://github.com/mavlink/qgroundcont
"gps-drivers-qgc${pkgver}.zip::https://github.com/PX4/GpsDrivers/archive/${pkgver_gps}.zip"
)
-sha256sums=('0fa99ea10d9d82ab5702cf9f1fd694ecc2656e89c5a83b15a3174c7fd9ec8852'
+sha256sums=('5ae468336dddab5843c8c3df7cd7607b5fd394fda2900ce684d771c0dff9d1df'
'65c0fc60be9435375f74990a5c83fb0cdef6d15c100245759d2465d480a5b9b5'
'1ab58c633edcfff9288bd868bf33e2c9990afa27fa5df8f1731675d98a4ce6e4'
)