summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-10 07:13:41 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-10 07:13:41 (GMT)
commita317442a44fcbd340416a4c4ff93ced72f23e6d9 (patch)
tree1cafd3ce15e7fc0662dea5fd27cde4213ecc3fb7 /abs/core-testing/mythtv/stable/mythweb/PKGBUILD
parenta918f7d7077aa2d6b8eaef3695aaa06f01f33e6a (diff)
downloadlinhes_pkgbuild-a317442a44fcbd340416a4c4ff93ced72f23e6d9.zip
linhes_pkgbuild-a317442a44fcbd340416a4c4ff93ced72f23e6d9.tar.gz
linhes_pkgbuild-a317442a44fcbd340416a4c4ff93ced72f23e6d9.tar.bz2
Made local-website a dep.
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythweb/PKGBUILD')
-rw-r--r--abs/core-testing/mythtv/stable/mythweb/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mythweb/PKGBUILD b/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
index d5ddefb..f909fff 100644
--- a/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=mythweb
pkgver=0.21
-pkgrel=9
+pkgrel=10
pkgdesc="Web interface for MythTV's backend"
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
-depends=("mythtv>=${pkgver}" 'lighttpd' 'php')
+depends=("mythtv>=${pkgver}" 'lighttpd' 'php' 'local-website')
install=mythweb.install
source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2")
md5sums=('00ee70be781b9af5913f046525d79ab9')