summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBkacjios2018-07-22 17:24:04 -0400
committerBkacjios2018-07-22 17:24:04 -0400
commit1ec9d94c59ab4d7a3626340b8456238fb839ecb7 (patch)
tree3b8d61aafc4520b7373ff59eec6c11bd9ec1a02b /PKGBUILD
parente61c1c7677816fcc9b8fa238e954ee140dfbdc34 (diff)
downloadaur-1ec9d94c59ab4d7a3626340b8456238fb839ecb7.tar.gz
Update to 2.0.0-RC3 and support 32bit architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 16 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c35a542054c..1a7ab67ab231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,28 @@
# Maintainer: bkacjios < blackops7799 at gmail dot com >
pkgname=inav-configurator-bin
-pkgver=1.9.3
+pkgver=2.0.0.rc3
pkgrel=1
pkgdesc="Crossplatform configuration tool for the INAV flight control system"
-arch=('x86_64')
+arch=('i686' 'x86_64')
url="https://github.com/iNavFlight/inav-configurator"
-source=(https://github.com/iNavFlight/inav-configurator/releases/download/1.9.3/INAV-Configurator_linux64_1.9.3.zip
+
+source_x86_64=(https://github.com/iNavFlight/inav-configurator/releases/download/2.0.0-rc3/INAV-Configurator_linux64_2.0.0-rc3.zip
+ inav-configurator.desktop
+ inav_icon_128.png)
+
+md5sums_x86_64=('ce02eaa8bbb88a581d3ea8cb35cfd6ce'
+ 'a84590640d45f59f9710480a9ac78a84'
+ '2c94429c7b2fc0cc78ead5d840f3dd57')
+
+source_i686=(https://github.com/iNavFlight/inav-configurator/releases/download/2.0.0-rc3/INAV-Configurator_linux32_2.0.0-rc3.zip
inav-configurator.desktop
inav_icon_128.png)
-md5sums=('f157e2e1e237b08598f06b22ee1d43ce'
+
+md5sums_i686=('3326f7c7904d65a3bc6b79b2b07df362'
'a84590640d45f59f9710480a9ac78a84'
- '1c292498ddc3fa880c937a758a036857')
+ '2c94429c7b2fc0cc78ead5d840f3dd57')
+
provides=('inav-configurator')
conflicts=('inav-configurator')
options=(!strip)