diff options
| -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  | 
