diff options
Diffstat (limited to 'abs/core')
| -rwxr-xr-x | abs/core/mythtv/stable-0.24/PKGBUILD | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/abs/core/mythtv/stable-0.24/PKGBUILD b/abs/core/mythtv/stable-0.24/PKGBUILD index da98662..71b9ef0 100755 --- a/abs/core/mythtv/stable-0.24/PKGBUILD +++ b/abs/core/mythtv/stable-0.24/PKGBUILD @@ -6,7 +6,7 @@  pkgname=mythtv  pkgver=0.24 -pkgrel=4 +pkgrel=5  pkgdesc="A Homebrew PVR project"  arch=('i686' 'x86_64')  url="http://www.mythtv.org/" @@ -27,8 +27,7 @@ patchs=('smolt_jump.patch')  optdepends=('xmltv: to download tv listings')  #replaces=('mythtv-contrib')  #conflicts=('mythtv-contrib') -source=(#'ftp://ftp.knoppmyth.net/R6/sources/${pkgname}-${pkgver}-fixes.tar.bz2' -        'mythbackend' 'myth.sh' `echo ${patchs[@]:0}` 'mythbackend.lr' 'mythfrontend.lr' 'pretty') +source=('mythbackend' 'myth.sh' `echo ${patchs[@]:0}` 'mythbackend.lr' 'mythfrontend.lr' 'pretty')  build() {     _svntrunk="http://svn.mythtv.org/svn/branches/release-0-24-fixes" | 
