summaryrefslogtreecommitdiff
path: root/community/mythtv
diff options
context:
space:
mode:
Diffstat (limited to 'community/mythtv')
-rw-r--r--community/mythtv/PKGBUILD8
-rw-r--r--community/mythtv/mythtv.install2
2 files changed, 6 insertions, 4 deletions
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD
index 12f45c209..9bb22db0a 100644
--- a/community/mythtv/PKGBUILD
+++ b/community/mythtv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75832 2012-09-02 02:47:28Z jconder $
+# $Id: PKGBUILD 77156 2012-10-05 23:37:53Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
@@ -6,8 +6,8 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv
-pkgver=0.25.2
-pkgrel=2
+pkgver=0.26.0
+pkgrel=1
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@ source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
'mythbackend.rc'
'mythbackend.conf'
'mythbackend.service')
-md5sums=('2bf8c0aa75e88d39747e59c27aa6072e'
+md5sums=('f57066bf75e6f14824c494d41639f4f9'
'c8f935d42fb8617e9279bd539811ca5f'
'ab962d83614cbd0ac11ce3fcc929829d'
'e4d572dcc307d6d8ae26bee5aebf9f3a')
diff --git a/community/mythtv/mythtv.install b/community/mythtv/mythtv.install
index eed25b868..90ad79d28 100644
--- a/community/mythtv/mythtv.install
+++ b/community/mythtv/mythtv.install
@@ -3,6 +3,8 @@ post_upgrade() {
getent group mythtv &>/dev/null || groupadd -r mythtv >/dev/null
useradd -rmd /var/lib/mythtv -g mythtv -G video,audio,optical -s /bin/bash mythtv >/dev/null
fi
+
+ echo -e "You may need to load time zone tables in MySQL.\nSee http://www.mythtv.org/wiki/MySQL_Time_Zone_Tables"
}
post_install() {