summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-07-15 09:28:50 +0700
committerAchmad Fathoni2021-07-15 09:28:50 +0700
commit3c226bd6ee6e27016255a24677f54db5a03b76be (patch)
treea4249da4f37046d84d56d67a03a9e64928a39ac6 /PKGBUILD
parent3c589acad1ff0693c70d6c65f2ac836d1f383f08 (diff)
downloadaur-3c226bd6ee6e27016255a24677f54db5a03b76be.tar.gz
1.8.40
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ad92eb05c2f..b72c4e970775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mavproxy
_pkgname=MAVProxy
-pkgver=1.8.39
+pkgver=1.8.40
pkgrel=1
pkgdesc='MAVLink proxy and command line ground station.'
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=(python python-pymavlink python-opencv)
makedepends=(python python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('d515ee022cfd8b96672ed0c643ea370cd8162761432462287a59a50e6133aedb')
+sha256sums=('cad317e2e879f1f7cb59af078788aaf0d09cd761ecd91ad091adf7ac6cc1bcdb')
build() {
cd "${_pkgname}-${pkgver}"