diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-28 02:04:54 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-28 02:04:54 (GMT) |
commit | 0d8ece46cf024572848e1e05892253edf143e6d5 (patch) | |
tree | b08cc444f3316b065dfa07ede4d61ca20979d59e | |
parent | 8d0766160d4a4b5d29600b48d97cfd04f35bfb1f (diff) | |
download | linhes_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/PKGBUILD | 3 |
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 |