summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/PKGBUILD
diff options
context:
space:
mode:
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
}