summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-10 06:15:40 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-10 06:15:40 (GMT)
commita918f7d7077aa2d6b8eaef3695aaa06f01f33e6a (patch)
treeed0435db4f079fa5ee2fbac2064b70a2305124d3 /abs/core-testing/mythtv
parent03e928006035cb5dcc51f0071ca3103c6ea5af00 (diff)
downloadlinhes_pkgbuild-a918f7d7077aa2d6b8eaef3695aaa06f01f33e6a.zip
linhes_pkgbuild-a918f7d7077aa2d6b8eaef3695aaa06f01f33e6a.tar.gz
linhes_pkgbuild-a918f7d7077aa2d6b8eaef3695aaa06f01f33e6a.tar.bz2
Latest -fixes.
Diffstat (limited to 'abs/core-testing/mythtv')
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
index 8b75286..e5df644 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=31
+pkgrel=32
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' \
@@ -20,7 +20,7 @@ install=mythtv.install
build() {
cd $startdir/src/${pkgname}-${pkgver} || return 1
- svn update -r 19954
+ svn update
#apply patches
patch -p0 < ../myththemedmenu.cpp.patch