summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-09-03 06:56:21 +0700
committerAchmad Fathoni2023-09-03 06:56:21 +0700
commit857f5dac1ba50f40cb18ac0d63114feeadc29dd2 (patch)
tree399072e0357fa0598c8f96b173d176373ec823cf /PKGBUILD
parentae6006158aa26044b03b0ee1fb496c28ee1632b5 (diff)
downloadaur-mavproxy.tar.gz
1.8.67
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5b4d592879e..1cf32135cf16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mavproxy
_pkgname=MAVProxy
-pkgver=1.8.62
+pkgver=1.8.67
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=('5f2a4e40d1139b183d0d872e0869171fdfcbc02abea51db729b35f3f499fb372')
+sha256sums=('d1afe3f3a5131f998760de0f0dc6893238ba8d0ed7c0e97db3358bf15cf8b0ae')
build() {
cd "${_pkgname}-${pkgver}"