diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-01-26 23:14:21 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-01-26 23:14:21 (GMT) |
commit | 1e9d2136bc4015bbde83dddbd06420fce021e261 (patch) | |
tree | 450cb5ebcc8ac57a8328ee77317faedbf17a54f5 /abs/core/mythtv | |
parent | c7d7f5a6632376dbd8d4ccc07a3011383160c1a2 (diff) | |
download | linhes_pkgbuild-1e9d2136bc4015bbde83dddbd06420fce021e261.zip linhes_pkgbuild-1e9d2136bc4015bbde83dddbd06420fce021e261.tar.gz linhes_pkgbuild-1e9d2136bc4015bbde83dddbd06420fce021e261.tar.bz2 |
mythplugins: recompile for issue #746. Add perl-date-manip dep to mythweather.
Diffstat (limited to 'abs/core/mythtv')
-rw-r--r-- | abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD index 85464a1..ad9be5b 100644 --- a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD @@ -13,7 +13,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.24 -pkgrel=10 +pkgrel=12 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') @@ -107,7 +107,9 @@ package_mythvideo() { package_mythweather() { pkgdesc="Weather checking plugin for MythTV" - depends=("mythtv>=${pkgver}" 'perl-xml-xpath' 'perl-image-size' 'perl-class-inspector' 'perl-datetime-format-iso8601') + depends=("mythtv>=${pkgver}" 'perl-xml-xpath' 'perl-image-size' + 'perl-class-inspector' 'perl-datetime-format-iso8601' + 'perl-date-manip') # replaces=('mythweather') cd "${srcdir}/mythtv/${pkgbase}/mythweather" make INSTALL_ROOT="${pkgdir}" install || return 1 |