trunk-recorder: live fixes in progress

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-07-27 21:26:11 -04:00
parent 356d466ec9
commit 40e5620660
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -9,8 +9,8 @@ DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
if [[ "${PV}" == *9999 ]]; then
#EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
EGIT_REPO_URI="https://github.com/rabarar/trunk-recorder.git"
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
#EGIT_REPO_URI="https://github.com/rabarar/trunk-recorder.git"
inherit git-r3
RESTRICT="strip"
else