diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-06-30 00:33:11 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-06-30 00:33:11 (GMT) |
commit | a0443044475c758fcdd4add1a6d6449de41297c8 (patch) | |
tree | cfe944860d97dae310e25df3794a3fcdada6161f /abs | |
parent | efcf4a254db4bf843a1641b8d12021da0a6470b5 (diff) | |
download | linhes_pkgbuild-a0443044475c758fcdd4add1a6d6449de41297c8.zip linhes_pkgbuild-a0443044475c758fcdd4add1a6d6449de41297c8.tar.gz linhes_pkgbuild-a0443044475c758fcdd4add1a6d6449de41297c8.tar.bz2 |
mythnetvision: add mythbroswer dependency
http://www.mythtv.org/wiki/MythNetvision#Requirements
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD index cd25452..5ecbd78 100644 --- a/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD @@ -1,12 +1,12 @@ pkgname=mythnetvision pkgver=0.23 -pkgrel=5 +pkgrel=6 pkgdesc="Internet video plugin for MythTV" url="http://www.mythtv.org" license="GPL" arch=('i686' 'x86_64') -depends=('mythtv' 'python-pycurl' 'flashplugin') +depends=('mythtv' 'mythbrowser' 'python-pycurl' 'flashplugin') groups=('mythtv-extras') patches=() |