diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-01-13 22:24:05 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-01-13 22:24:05 (GMT) |
commit | 9a9e9f951475a17193dc46e0f5c822449246cd72 (patch) | |
tree | fef18b77c99ee6f1a8ac49d6239820fc279e70e6 /abs/core/mythtv/stable-0.24 | |
parent | 0bcae6dfc24e333236543070f5b8673d37c5abee (diff) | |
parent | 2b48e6775f2116b3a49fb81b5929cc3255f02889 (diff) | |
download | linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.zip linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.tar.gz linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/mythtv/stable-0.24')
-rw-r--r-- | abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/mythtv/stable-0.24/mythtv/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD index bede955..85464a1 100644 --- a/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.24/mythplugins/PKGBUILD @@ -13,7 +13,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.24 -pkgrel=9 +pkgrel=10 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') @@ -23,7 +23,7 @@ makedepends=("mythtv>=${pkgver}" 'mplayer' 'fftw' 'dvdauthor' 'libexif' 'libvisual' 'perl-xml-xpath' 'perl-image-size' 'perl-class-inspector' 'perl-datetime-format-iso8601' 'flac' 'libvorbis' 'python2' 'python-pycurl' 'python-oauth') -source=(http://knoppmyth.net/R6/sources/mythtv-0.24-fixes.tar.bz2) +source=(ftp://ftp.knoppmyth.net/R6/sources/mythtv-0.24-fixes.tar.bz2) _gitroot="https://github.com/MythTV/mythtv.git" _gitname="mythtv" diff --git a/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD index 0969b1d..10027fb 100755 --- a/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mythtv pkgver=0.24 -pkgrel=11 +pkgrel=12 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') url="http://www.mythtv.org/" @@ -27,7 +27,7 @@ patchs=('smolt_jump.patch' 'git_version.patch') optdepends=('xmltv: to download tv listings') #replaces=('mythtv-contrib') #conflicts=('mythtv-contrib') -source=(http://knoppmyth.net/R6/sources/mythtv-0.24-fixes.tar.bz2 +source=(ftp://ftp.knoppmyth.net/R6/sources/mythtv-0.24-fixes.tar.bz2 'mythbackend' 'myth.sh' `echo ${patchs[@]:0}` 'mythbackend.lr' 'mythfrontend.lr' 'pretty') _gitroot="https://github.com/MythTV/mythtv.git" _gitname="${pkgname}" |