From 1e9d2136bc4015bbde83dddbd06420fce021e261 Mon Sep 17 00:00:00 2001
From: Michael Hanson <hansonorders@verizon.net>
Date: Wed, 26 Jan 2011 23:14:21 +0000
Subject: mythplugins: recompile for issue #746.  Add perl-date-manip dep to
 mythweather.

---
 abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD | 6 ++++--
 1 file 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
-- 
cgit v0.12