From b51a27c0f324b3f5b1044f4e064a86a2f9157733 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Fri, 23 Jan 2009 16:51:48 -0800
Subject: Changed type to STREAM, bumped version.

---
 abs/extra-testing/mythappletrailers/PKGBUILD                  | 2 +-
 abs/extra-testing/mythappletrailers/mythappletrailers.install | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD
index f7d4700..da490e1 100644
--- a/abs/extra-testing/mythappletrailers/PKGBUILD
+++ b/abs/extra-testing/mythappletrailers/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=mythappletrailers
 pkgver=0.04.3
-pkgrel=17
+pkgrel=18
 pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers."
 arch=('i686' 'x86_64')
 license=('GPL2')
diff --git a/abs/extra-testing/mythappletrailers/mythappletrailers.install b/abs/extra-testing/mythappletrailers/mythappletrailers.install
index d60a566..0f6d8fa 100644
--- a/abs/extra-testing/mythappletrailers/mythappletrailers.install
+++ b/abs/extra-testing/mythappletrailers/mythappletrailers.install
@@ -5,7 +5,7 @@ post_install() {
   grep -v -e /mythmenu /tmp/is.xml > /tmp/is.xml.tmp
   echo "<!--#MythAppleTrailers-->" >> /tmp/is.xml.tmp
   echo "   <button>" >> /tmp/is.xml.tmp
-  echo "     <type>MOVIETIMES</type>" >> /tmp/is.xml.tmp
+  echo "     <type>STREAM</type>" >> /tmp/is.xml.tmp
   echo "     <text>Apple Trailers</text>" >> /tmp/is.xml.tmp
   echo "     <action>MENU appletrailer.xml</action>" >> /tmp/is.xml.tmp 
   echo "   </button>" >> /tmp/is.xml.tmp
-- 
cgit v0.12