diff options
| author | Britney Fransen <brfransen@gmail.com> | 2010-08-15 07:13:55 (GMT) | 
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2010-08-15 07:13:55 (GMT) | 
| commit | 0556c75080c92324f5ceae70a81b8f4a26102290 (patch) | |
| tree | c0403e2b7e57f03d0d788117c2918df82b193f05 | |
| parent | f88720aea343f25dee859998224c7e341fe703b7 (diff) | |
| download | linhes_pkgbuild-0556c75080c92324f5ceae70a81b8f4a26102290.zip linhes_pkgbuild-0556c75080c92324f5ceae70a81b8f4a26102290.tar.gz linhes_pkgbuild-0556c75080c92324f5ceae70a81b8f4a26102290.tar.bz2 | |
mythweather: add perl dependancies. closes #712
| -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=() | 
