summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-03-22 01:01:00 -0400
committeracxz2020-03-22 01:01:00 -0400
commit505b6392dfe32e079acbca8207373b3af97934e1 (patch)
tree78147b1472fc7dad3b8150d6e572ce99cb6568f2
parent4fae02c9b4137fd94914fec97c46f9831547304d (diff)
downloadaur-505b6392dfe32e079acbca8207373b3af97934e1.tar.gz
add provides for ardupilot-sitl
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f5d2a5cdde..1597dcddca10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ardupilot-copter-sitl
pkgdesc = Advanced, Fully-Featured, and Reliable Autopilot Software (Copter, SITL)
pkgver = 4.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://ardupilot.org
arch = i686
arch = x86_64
@@ -49,6 +49,7 @@ pkgbase = ardupilot-copter-sitl
depends = waf
depends = lsb-release
depends = python-wxpython
+ provides = ardupilot-sitl
source = ardupilot-copter-sitl-4.0.3::https://github.com/ArduPilot/ardupilot/archive/Copter-4.0.3.tar.gz
source = libcanard::https://github.com/ArduPilot/libcanard/archive/99163fc2369e5e5f75f8473f0b950b3418830d3f.tar.gz
source = mavlink::https://github.com/ArduPilot/mavlink/archive/d2cc7dbff67f8c318a40e1ef57a99488b4737fab.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4cdff73edf05..dc43cf1f0946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@ pkgdesc="Advanced, Fully-Featured, and Reliable Autopilot Software (Copter,
SITL)"
url='https://ardupilot.org'
arch=('i686' 'x86_64')
-pkgrel=1
+pkgrel=2
license=('GPLv3')
+provides=('ardupilot-sitl')
makedepends=('waf' 'python-setuptools')
# Deps taken from: