summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-24 19:06:32 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-24 19:06:32 (GMT)
commit014afe812ad21473e0cd22877bf8092dc450af0f (patch)
treee5572a8758799ff0705d75c444d2efe388667f3e /abs/core/mythtv
parentea6a68cb63436bbcef8630a783afcd32d8e3b646 (diff)
downloadlinhes_pkgbuild-014afe812ad21473e0cd22877bf8092dc450af0f.zip
linhes_pkgbuild-014afe812ad21473e0cd22877bf8092dc450af0f.tar.gz
linhes_pkgbuild-014afe812ad21473e0cd22877bf8092dc450af0f.tar.bz2
mythtv: add mythvideo as a conflicts and replaces
Diffstat (limited to 'abs/core/mythtv')
-rw-r--r--abs/core/mythtv/stable-0.25/mythtv/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
index 37c3643..dac3a63 100644
--- a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
+++ b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mythtv
pkgver=0.25
-pkgrel=1
+pkgrel=2
commit_hash=`cat ../git_src/git_hash`
pkgdesc="A Homebrew PVR project $commit_hash"
arch=('i686' 'x86_64')
@@ -59,6 +59,7 @@ groups=('pvr')
install='mythtv.install'
patchs=('myth_settings.patch')
optdepends=('xmltv: to download tv listings')
+replaces=('mythvideo')
conflicts=('mythvideo')
source=('mythbackend' 'myth.sh' `echo ${patchs[@]:0}`
'mythbackend.lr' 'mythfrontend.lr' 'pretty' )