diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/tvheadend/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tvheadend/APKBUILD b/community/tvheadend/APKBUILD index 9ded5a260d..2d5734d971 100644 --- a/community/tvheadend/APKBUILD +++ b/community/tvheadend/APKBUILD @@ -2,7 +2,7 @@ pkgname=tvheadend # stable versions have an even minor version number pkgver=4.0.9 -pkgrel=0 +pkgrel=1 pkgdesc="TV Streaming server for linux" url="http://tvheadend.org/" arch="all" @@ -10,7 +10,7 @@ license="GPL3" depends="" depends_dev="" makedepends="$depends_dev findutils bash git python linux-headers - bsd-compat-headers coreutils openssl-dev ffmpeg-dev libhdhomerun-dev" + bsd-compat-headers coreutils openssl-dev ffmpeg2.8-dev libhdhomerun-dev" pkgusers="$pkgname" pkggroups="$pkgname" install="$pkgname.pre-install" |