Package Details: piaware-git 8.2.r0.g711c9ad-1

Git Clone URL: https://aur.archlinux.org/piaware-git.git (read-only, click to copy)
Package Base: piaware-git
Description: Client-side package and programs for forwarding ADS-B data to FlightAware
Upstream URL: https://github.com/flightaware/piaware
Licenses: BSD
Submitter: anish
Maintainer: anish
Last Packager: anish
Votes: 8
Popularity: 0.000317
First Submitted: 2015-04-24 08:44 (UTC)
Last Updated: 2022-12-22 06:47 (UTC)

Latest Comments

1 2 3 4 Next › Last »

anish commented on 2022-05-08 15:55 (UTC)

@meijin this was fixed quite some time ago

meijin commented on 2022-03-21 11:42 (UTC)

This isn't working anymore because it uses git+git in the address. it should use git+https as GitHub remove the access by direct git protocol as it insecure.

anish commented on 2022-03-21 07:40 (UTC)

@test0 I should have this updated soon, I'm currently without access to a computer

aoz commented on 2020-01-31 10:58 (UTC)

I've tested and confirmed that this works on aarch64, can you please add it to PKGBUILD?

kennystier61 commented on 2019-09-22 15:04 (UTC)

Still getting an error in prepare() Can we get a fix for this please?

anish commented on 2019-09-11 21:47 (UTC)

I'll get this fixed today

fiatguy85 commented on 2019-08-30 12:14 (UTC) (edited on 2019-08-30 12:25 (UTC) by fiatguy85)

Changing the branch to master allows the patch to work. Since it's already fixed upstream, the patch is no longer needed, so it will compile if removed from the PKGBUILD.

--- piaware-git/PKGBUILD    2019-04-24 06:12:00.000000000 +0000
+++ abs/piaware-git/PKGBUILD    2019-08-30 12:03:03.089559089 +0000
@@ -6 +6 @@
-pkgver=3.7.0.1.r6.gc240b21
+pkgver=3.7.1.r16.g091a5a1
@@ -20,2 +20 @@
-        'piaware.conf'
-        'fixtclver.patch')
+        'piaware.conf')
@@ -23,2 +22 @@
-         'fc8d49cd7b2ba136a097501647ed105b'
-         '4b6ca0410da2a93ce00b97f5222b8d57')
+         'fc8d49cd7b2ba136a097501647ed105b')
@@ -37 +34,0 @@
-  patch -Np0 < ../fixtclver.patch

wingsuit commented on 2019-06-29 11:58 (UTC) (edited on 2019-06-29 12:28 (UTC) by wingsuit)

EDIT: Changing branch to master worked for me.

I'm still getting the same failure as quoted by @a36233, what else do I need to do to make it compile?