diff options
| -rw-r--r-- | abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD index 5fe0dda..bb92f2d 100644 --- a/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD @@ -1,12 +1,12 @@  pkgname=mythweather  pkgver=0.23 -pkgrel=29 +pkgrel=30  pkgdesc="Weather checking plugin for MythTV"  url="http://www.mythtv.org"  license="GPL"  arch=('i686' 'x86_64') -depends=('mythtv>=0.23' 'wget') +depends=('mythtv>=0.23' 'wget' 'perl-date-manip' 'perl-xml-simple' 'perl-xml-xpath' 'perl-image-size' 'perl-datetime-format-iso8601' 'perl-soap-lite')  groups=('mythtv-extras')  patches=() | 
