summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-24 00:51:48 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-24 00:51:48 (GMT)
commitb51a27c0f324b3f5b1044f4e064a86a2f9157733 (patch)
tree334537e94bf0d4ce8ad89e5ce40a881c96de3caa
parent03016189a278df360e6830976c72f96d6d08056f (diff)
downloadlinhes_pkgbuild-b51a27c0f324b3f5b1044f4e064a86a2f9157733.zip
linhes_pkgbuild-b51a27c0f324b3f5b1044f4e064a86a2f9157733.tar.gz
linhes_pkgbuild-b51a27c0f324b3f5b1044f4e064a86a2f9157733.tar.bz2
Changed type to STREAM, bumped version.
-rw-r--r--abs/extra-testing/mythappletrailers/PKGBUILD2
-rw-r--r--abs/extra-testing/mythappletrailers/mythappletrailers.install2
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