summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-01-26 23:14:21 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-01-26 23:14:21 (GMT)
commit1e9d2136bc4015bbde83dddbd06420fce021e261 (patch)
tree450cb5ebcc8ac57a8328ee77317faedbf17a54f5 /abs
parentc7d7f5a6632376dbd8d4ccc07a3011383160c1a2 (diff)
downloadlinhes_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')
-rw-r--r--abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD6
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