diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-17 03:36:26 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-17 03:36:26 (GMT) |
commit | fc98b4132fa38c9e55b5b0486a697446c39e69c2 (patch) | |
tree | c36c398f1a8e9252bee25e3f0b64bb9fb748e9e7 /abs/core/mythtv | |
parent | 319692b7c61757d678663f9d648c2a8313e7c1dd (diff) | |
download | linhes_pkgbuild-fc98b4132fa38c9e55b5b0486a697446c39e69c2.zip linhes_pkgbuild-fc98b4132fa38c9e55b5b0486a697446c39e69c2.tar.gz linhes_pkgbuild-fc98b4132fa38c9e55b5b0486a697446c39e69c2.tar.bz2 |
mythtv: bump
Diffstat (limited to 'abs/core/mythtv')
-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" |