diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-10 07:13:41 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-10 07:13:41 (GMT) |
commit | a317442a44fcbd340416a4c4ff93ced72f23e6d9 (patch) | |
tree | 1cafd3ce15e7fc0662dea5fd27cde4213ecc3fb7 | |
parent | a918f7d7077aa2d6b8eaef3695aaa06f01f33e6a (diff) | |
download | linhes_pkgbuild-a317442a44fcbd340416a4c4ff93ced72f23e6d9.zip linhes_pkgbuild-a317442a44fcbd340416a4c4ff93ced72f23e6d9.tar.gz linhes_pkgbuild-a317442a44fcbd340416a4c4ff93ced72f23e6d9.tar.bz2 |
Made local-website a dep.
-rw-r--r-- | abs/core-testing/mythtv/stable/mythweb/PKGBUILD | 4 |
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') |