summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mekkering2016-06-08 17:31:32 +0200
committerAlex Mekkering2016-06-08 17:31:32 +0200
commit05aefeea2c365be7860cc2014aa4ce7faf10d6c9 (patch)
tree0295f56b3c24c1e4326baa1710147726f3f7ce01
parentd2bfd7474b04aed09adf6543444d4c930db7b3b6 (diff)
downloadaur-05aefeea2c365be7860cc2014aa4ce7faf10d6c9.tar.gz
added wget to makedepends to be able to download libhdhomerun
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d5b3fb621c..1b4730567463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tvheadend
pkgdesc = TV streaming server for Linux
pkgver = 4.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://tvheadend.org/projects/tvheadend
install = tvheadend.install
arch = i686
@@ -11,6 +11,7 @@ pkgbase = tvheadend
arch = armv7h
license = GPL3
makedepends = git
+ makedepends = wget
depends = avahi
depends = linuxtv-dvb-apps
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index d2bfaa9636ba..f7515a6e9a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=tvheadend
pkgver=4.0.9
-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' 'linuxtv-dvb-apps' 'openssl' 'python2' 'ffmpeg2.8' 'uriparser')
-makedepends=('git')
+makedepends=('git' 'wget')
optdepends=('xmltv: For an alternative source of programme listings')
provides=('tvheadend')
conflicts=('tvheadend' 'hts-tvheadend' 'hts-tvheadend-svn' 'hts-tvheadend-git' 'tvheadend-git')