diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/mythvodka/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/mythvodka/PKGBUILD b/abs/extra-testing/mythvodka/PKGBUILD index ed7def1..38af93b 100644 --- a/abs/extra-testing/mythvodka/PKGBUILD +++ b/abs/extra-testing/mythvodka/PKGBUILD @@ -3,12 +3,12 @@ pkgname=mythvodka pkgver=0.7 -pkgrel=5 +pkgrel=6 pkgdesc="MythVodka (Video On Demand Killer App) is a plugin for MythTV allowing streaming of BBC iPlayer, Hulu, HTTP and NZB content." arch=('i686' 'x86_64') license=('GPL2') url="http://code.google.com/p/mythvodka/" -depends=('rtmpdump') +depends=('rtmpdump' 'perl-xml-dom') install=mythvodka.install source=('http://mythvodka.googlecode.com/files/mythvodka.07.tar.gz' 'mythvodka.diff' 'hulu_grabber.sh') |