diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 02:29:31 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 02:29:31 (GMT) |
commit | 83daae21c9c02076aa8f4d7be8a19bdb9078b6fa (patch) | |
tree | 6693555842494ed2a33a08864f87dc66fe75a10b /abs | |
parent | 59396b9c3fca6515efa2ff21d4695f218c274518 (diff) | |
download | linhes_pkgbuild-83daae21c9c02076aa8f4d7be8a19bdb9078b6fa.zip linhes_pkgbuild-83daae21c9c02076aa8f4d7be8a19bdb9078b6fa.tar.gz linhes_pkgbuild-83daae21c9c02076aa8f4d7be8a19bdb9078b6fa.tar.bz2 |
Added mythtv as depends.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/mythappletrailers/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD index da490e1..1fff009 100644 --- a/abs/extra-testing/mythappletrailers/PKGBUILD +++ b/abs/extra-testing/mythappletrailers/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers." arch=('i686' 'x86_64') license=('GPL2') url="http://www.mythtv.org/wiki/index.php/Myth_Apple_Trailers" -depends=('php') +depends=('php' 'mythtv') install=mythappletrailers.install source=('myth_trailers_grabber' 'appletrailer.xml' 'trailers') |