summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Ziemba2015-12-19 01:14:30 -0500
committerDan Ziemba2015-12-19 01:14:30 -0500
commitabf8537e01dcde4fd6b05f18093b316d3d830911 (patch)
tree994eaf144259375475995e02b48e940c77f35110
parentfbaa5cd3e7f544f2a0b420a3ab83e24d7bbf1bf9 (diff)
downloadaur-abf8537e01dcde4fd6b05f18093b316d3d830911.tar.gz
Changed _gitname and added missing dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2853b48f11..d281fd546c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tvheadend-git
pkgdesc = TV streaming server for Linux
- pkgver = 4.1.r442.g824f46e
+ pkgver = 4.1.r1235.gd822a74
pkgrel = 1
url = https://tvheadend.org/
install = tvheadend.install
@@ -16,13 +16,14 @@ pkgbase = tvheadend-git
depends = python2
depends = uriparser
depends = ffmpeg
+ depends = linuxtv-dvb-apps
optdepends = xmltv: For an alternative source of programme listings
provides = tvheadend
conflicts = tvheadend
conflicts = hts-tvheadend
conflicts = hts-tvheadend-svn
conflicts = tvheadend-git
- source = tvheadend::git+https://github.com/tvheadend/tvheadend.git#branch=master
+ source = tvheadend-git::git+https://github.com/tvheadend/tvheadend.git#branch=master
source = tvheadend.service
md5sums = SKIP
md5sums = b546f4486f0d28bea13ad1fb676acb27
diff --git a/PKGBUILD b/PKGBUILD
index 7184e8d38cae..14f16df3f6c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
pkgname=tvheadend-git
-_gitname='tvheadend'
-pkgver=4.1.r442.g824f46e
+_gitname='tvheadend-git'
+pkgver=4.1.r1235.gd822a74
pkgrel=1
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://tvheadend.org/"
license=('GPL3')
-depends=('avahi' 'openssl' 'python2' 'uriparser' 'ffmpeg')
+depends=('avahi' 'openssl' 'python2' 'uriparser' 'ffmpeg' 'linuxtv-dvb-apps')
makedepends=('git')
optdepends=('xmltv: For an alternative source of programme listings')
provides=('tvheadend')