summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-01-04 20:46:42 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-01-04 20:46:42 (GMT)
commitdbc8fe7c6b298d4a9d3c547cc48a45d33b606670 (patch)
tree052e2697ca38ccf7dfd242ee98981e09aade5340 /abs
parentbfacc03814f10ebb33612aa93da1a8b08a70cc90 (diff)
downloadlinhes_pkgbuild-dbc8fe7c6b298d4a9d3c547cc48a45d33b606670.zip
linhes_pkgbuild-dbc8fe7c6b298d4a9d3c547cc48a45d33b606670.tar.gz
linhes_pkgbuild-dbc8fe7c6b298d4a9d3c547cc48a45d33b606670.tar.bz2
mythplugins: mythweather: add perl-json dep
Diffstat (limited to 'abs')
-rw-r--r--abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD
index 1f83ec4..e1e23a2 100644
--- a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD
+++ b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD
@@ -20,7 +20,7 @@ license=('GPL')
conflicts=('mythmovies')
makedepends=("mythtv>=${pkgver}" 'mplayer' 'fftw2' 'dvdauthor' 'libexif'
'python-imaging' 'libcdaudio' 'taglib' 'perl-xml-simple' 'dcraw'
- 'libvisual' 'perl-xml-xpath' 'perl-image-size'
+ 'libvisual' 'perl-xml-xpath' 'perl-image-size' 'perl-json'
'perl-class-inspector' 'perl-datetime-format-iso8601'
'flac' 'libvorbis' 'python2' 'python-pycurl' 'python-oauth')
source=(ftp://ftp.knoppmyth.net/R6/sources/mythtv-0.24-fixes.tar.bz2
@@ -111,7 +111,7 @@ package_mythweather() {
pkgdesc="Weather checking plugin for MythTV"
depends=("mythtv>=${pkgver}" 'perl-xml-xpath' 'perl-image-size'
'perl-class-inspector' 'perl-datetime-format-iso8601'
- 'perl-date-manip')
+ 'perl-date-manip' 'perl-json')
# replaces=('mythweather')
cd "${srcdir}/${_gitname}/${pkgbase}/mythweather"
make INSTALL_ROOT="${pkgdir}" install || return 1