summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author[valvetime]2015-12-13 00:45:17 +0200
committer[valvetime]2015-12-13 00:45:17 +0200
commitd942649e89144b190a1d973c7ff9d53c0d1a4d67 (patch)
tree7e53d2893045a1649cc9ce8812bdddca53b7b94e
parentaece5d4aa8f5076e7b626f038d148697cb6b3332 (diff)
downloadaur-d942649e89144b190a1d973c7ff9d53c0d1a4d67.tar.gz
add osmo-sdr optdepend, clarify description
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5bf8bc8f5b..8ed276db1d32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 21:54:23 UTC 2015
+# Sat Dec 12 22:44:33 UTC 2015
pkgbase = telive
- pkgdesc = TETRA live monitor
- pkgver = a69bec
+ pkgdesc = application for monitoring and listening to TETRA voice channels
+ pkgver = 20151213
pkgrel = 1
+ epoch = 2
url = https://github.com/sq5bpf/telive
arch = any
license = GPL3
@@ -15,6 +16,7 @@ pkgbase = telive
depends = vorbis-tools
depends = sox
optdepends = google-earth: view SIP location reports on a map
+ optdepends = osmo-tetra-sq5bpf-git: currently the only publically aviable way to feed data to telive
source = telive::git+https://github.com/sq5bpf/telive
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d8088af780b2..468f13aa0239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: valvetime <valvetimepackages@gmail.com>
pkgname=telive
-pkgver=a69bec
+pkgver=20151213
+epoch=2
pkgrel=1
-pkgdesc="TETRA live monitor"
+pkgdesc="application for monitoring and listening to TETRA voice channels"
arch=('any')
url="https://github.com/sq5bpf/telive"
license=('GPL3')
groups=()
depends=('gnuradio' 'gnuradio-companion' 'python2' 'alsa-utils' 'vorbis-tools' 'sox')
makedepends=('git')
-optdepends=('google-earth: view SIP location reports on a map')
+optdepends=('google-earth: view SIP location reports on a map'
+'osmo-tetra-sq5bpf-git: currently the only publically aviable way to feed data to telive' )
provides=()
conflicts=()
replaces=()