summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-28 02:04:54 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-28 02:04:54 (GMT)
commit0d8ece46cf024572848e1e05892253edf143e6d5 (patch)
treeb08cc444f3316b065dfa07ede4d61ca20979d59e
parent8d0766160d4a4b5d29600b48d97cfd04f35bfb1f (diff)
downloadlinhes_pkgbuild-0d8ece46cf024572848e1e05892253edf143e6d5.zip
linhes_pkgbuild-0d8ece46cf024572848e1e05892253edf143e6d5.tar.gz
linhes_pkgbuild-0d8ece46cf024572848e1e05892253edf143e6d5.tar.bz2
Bumped to recompiled against newer kernel/DVB.
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
index 162fa06..6e405cd 100644
--- a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythtv
pkgver=0.21
-pkgrel=25
+pkgrel=26
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' \
@@ -20,6 +20,7 @@ install=mythtv.install
build() {
cd $startdir/src/${pkgname}-${pkgver} || return 1
+ svn update
#apply patches
patch -p0 < ../myththemedmenu.cpp.patch