summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAssaf Sapir2016-08-17 15:05:20 +0300
committerAssaf Sapir2016-08-17 15:16:01 +0300
commit401ddc1989576ef11531b5446da436f2d3ca6edc (patch)
tree528bacebcec24a4b17b6cb0ba480aa9fad5838ce /PKGBUILD
parent77d680db34ca7563d105408ab69721ffe98b4595 (diff)
downloadaur-401ddc1989576ef11531b5446da436f2d3ca6edc.tar.gz
Update rpi images address, added the need for installing dump1090-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abe2efe25a8e..c9170de03ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@
pkgname=flightradar24
pkgver=1.0.18
_pkgverorig=1.0.18-5
+_pkgverorigarmhf=1.0.18.7
pkgrel=1
pkgdesc="Feeder software for Flightradar24.com"
url="http://forum.flightradar24.com/threads/7563-Flightradar24-decoder-feeder-BETA-testing-%28Win-RPi-Linux-OSX%29"
@@ -10,6 +11,7 @@ arch=('x86_64' 'i686' 'armv6h' 'armv7h')
license=('unknown')
depends=('zlib' 'gcc-libs')
install=flightradar24.install
+optdepends=('dump1090-git: for dump1090 in RasppberyPi')
source=(fr24feed.service flightradar24.tmpfiles flightradar24.sysusers)
sha256sums=(
@@ -24,11 +26,11 @@ sha256sums_i686=('9d80b8a6fe55fc70b3b8e773e3d07d61ceee95c41db50a682eaab208abd3a3
source_x86_64=("http://feed.flightradar24.com/linux/fr24feed_${_pkgverorig}_amd64.tgz")
sha256sums_x86_64=('770e86b640bcbb8850df67aaa8072a85ac941e2e2f79ea25ef44d67e89bc5649')
-source_armv6h=("http://feed.flightradar24.com/raspberry-pi/fr24feed_${_pkgverorig}_armhf.tgz")
-sha256sums_armv6h=('a298e3054ad47825118c9f8f11c563bad8dd68a10939a40dc0fd2647eb46866a')
+source_armv6h=("http://repo.feed.flightradar24.com/rpi_binaries/fr24feed_${_pkgverorigarmhf}_armhf.tgz")
+sha256sums_armv6h=('84c690234dc84e0fe7566a3f70f99633e1be1aca02102dadc5d988708b854f40')
-source_armv7h=("http://feed.flightradar24.com/raspberry-pi/fr24feed_${_pkgverorig}_armhf.tgz")
-sha256sums_armv7h=('a298e3054ad47825118c9f8f11c563bad8dd68a10939a40dc0fd2647eb46866a')
+source_armv7h=("http://repo.feed.flightradar24.com/rpi_binaries/fr24feed_${_pkgverorigarmhf}_armhf.tgz")
+sha256sums_armv7h=('84c690234dc84e0fe7566a3f70f99633e1be1aca02102dadc5d988708b854f40')
package() {
cd "$srcdir"