summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-01 02:44:03 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-01 02:44:03 (GMT)
commite701828d0ad4e5b2476f6e88163f17eb182fcf96 (patch)
treeee11467ddec37a022a85e2d1f86f01cffbbef853 /abs/extra-testing/mythappletrailers/PKGBUILD
parent57f9faeb2bc2a0d0022d9bbcc8077327f4365b1f (diff)
downloadlinhes_pkgbuild-e701828d0ad4e5b2476f6e88163f17eb182fcf96.zip
linhes_pkgbuild-e701828d0ad4e5b2476f6e88163f17eb182fcf96.tar.gz
linhes_pkgbuild-e701828d0ad4e5b2476f6e88163f17eb182fcf96.tar.bz2
MythAppleTrailers:Fixes the URL change.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/PKGBUILD')
-rw-r--r--abs/extra-testing/mythappletrailers/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD
index 7cb7f7a..fd9a6b8 100644
--- a/abs/extra-testing/mythappletrailers/PKGBUILD
+++ b/abs/extra-testing/mythappletrailers/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mythappletrailers
pkgver=0.04.3
-pkgrel=29
+pkgrel=30
pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -11,7 +11,7 @@ url="http://www.mythtv.org/wiki/index.php/Myth_Apple_Trailers"
depends=('php' 'mythtv' 'mplayer-wrapper')
install=mythappletrailers.install
source=('myth_trailers_grabber' 'appletrailer.xml'
- 'trailers' 'loading.sh')
+'trailers' 'loading.sh' 'fix_aple_url.sh')
build() {
mkdir -p $startdir/pkg/usr/bin
@@ -26,4 +26,5 @@ build() {
cp myth_trailers_grabber $startdir/pkg/usr/bin/
cp loading.sh $startdir/pkg/usr/bin/
cp trailers $startdir/pkg/etc/cron.daily/
+ install -m755 $srcdir/fix_aple_url.sh $pkgdir/usr/bin
}