summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2015-10-17 16:19:52 +0200
committerBjoern Franke2015-10-17 16:19:52 +0200
commit7110dc58c0dc8a8ec01dfb8a58de429c5a88d65a (patch)
tree058a3506495eb4b761b3d035d33938bd320d8b93
parent13ebb6037f07e526a4e011720926726ad3ec7dcf (diff)
downloadaur-7110dc58c0dc8a8ec01dfb8a58de429c5a88d65a.tar.gz
add libhdhomerun as optdept
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e326f5752094..a7004b56d2f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tvheadend
pkgdesc = TV streaming server for Linux
pkgver = 4.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://tvheadend.org/projects/tvheadend
install = tvheadend.install
arch = i686
@@ -17,6 +17,7 @@ pkgbase = tvheadend
depends = ffmpeg
depends = uriparser
optdepends = xmltv: For an alternative source of programme listings
+ optdepends = libhdhomerun: support for HDHomeRun devices
provides = tvheadend
conflicts = tvheadend
conflicts = hts-tvheadend
diff --git a/PKGBUILD b/PKGBUILD
index 582224ea5859..4e305da6665c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=tvheadend
pkgver=4.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://tvheadend.org/projects/tvheadend"
license=('GPL3')
depends=('avahi' 'openssl' 'python2' 'ffmpeg' 'uriparser')
makedepends=('git')
-optdepends=('xmltv: For an alternative source of programme listings')
+optdepends=('xmltv: For an alternative source of programme listings'
+ 'libhdhomerun: support for HDHomeRun devices')
provides=('tvheadend')
conflicts=('tvheadend' 'hts-tvheadend' 'hts-tvheadend-svn' 'hts-tvheadend-git' 'tvheadend-git')
install=tvheadend.install