summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKye Morton2020-02-26 14:05:12 +1000
committerKye Morton2020-02-26 14:05:12 +1000
commit36fd9c55349e9fccc3ad28df3a0fd51ed46901ed (patch)
tree269105051bd1f729766a4ede2aef8bfe6dc4cc88 /PKGBUILD
parent9f66e9f2f839aebd37a367cebc045e47cbd424fe (diff)
parent0d40f735bb505a25284a5c42de83a6cd9b4226d3 (diff)
downloadaur-36fd9c55349e9fccc3ad28df3a0fd51ed46901ed.tar.gz
Update to v4.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7d612bf9771..cb2ea4ec3a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,7 @@ depends=('bzip2'
'qt5-quickcontrols2'
'qt5-location'
'qt5-svg'
+ 'qt5-graphicaleffects'
)
makedepends=('git' 'qt5-base')
@@ -56,6 +57,7 @@ source=("qgroundcontrol-${pkgver}.tar.gz::https://github.com/mavlink/qgroundcont
"aossl-qgc${pkgver}.zip::https://github.com/Auterion/android_openssl/archive/${pkgver_aossl}.zip"
"gps-drivers-qgc${pkgver}.zip::https://github.com/PX4/GpsDrivers/archive/${pkgver_gps}.zip"
'libcudata-qgc.patch'
+ 'mavlink-warn-qgc.patch'
)
sha256sums=('2eb84acdf451d5152537516a43dae93ac52f9e48fefb3df16e6709f1a9989e4e'
@@ -63,6 +65,7 @@ sha256sums=('2eb84acdf451d5152537516a43dae93ac52f9e48fefb3df16e6709f1a9989e4e'
'51b2d5af91e16d6009e73690c62a289dff9004c170e626dc8c322dd49a745c8b'
'ad96ca7c11864d26047637dc02a0278bbf33997a6f6be37ef1b7ca44669f1149'
'1ab58c633edcfff9288bd868bf33e2c9990afa27fa5df8f1731675d98a4ce6e4'
+ 'SKIP'
'SKIP')
prepare() {
@@ -94,6 +97,7 @@ prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/"
patch --strip=1 < "${srcdir}/libcudata-qgc.patch"
+ patch --strip=1 < "${srcdir}/mavlink-warn-qgc.patch"
}
build() {