diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:20:36 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:20:36 (GMT) |
commit | 1421c1d93d214f0d6e13fc78394603a1e73ed0a1 (patch) | |
tree | 05d041030fdfda0d4481c2d86c7d2537ea0494b1 /abs | |
parent | 4b1471f0ad5c2eb188240c740fea7f35c19f81fa (diff) | |
download | linhes_pkgbuild-1421c1d93d214f0d6e13fc78394603a1e73ed0a1.zip linhes_pkgbuild-1421c1d93d214f0d6e13fc78394603a1e73ed0a1.tar.gz linhes_pkgbuild-1421c1d93d214f0d6e13fc78394603a1e73ed0a1.tar.bz2 |
mythtv-contrib: updated for 0.23-fixes
closes #686
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/community/mythtv-contrib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/community/mythtv-contrib/PKGBUILD b/abs/extra-testing/community/mythtv-contrib/PKGBUILD index 673161e..688c470 100644 --- a/abs/extra-testing/community/mythtv-contrib/PKGBUILD +++ b/abs/extra-testing/community/mythtv-contrib/PKGBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Hanson <hansonorders@verizon.net> # Maintainer: Michael Hanson <hansonorders@verizon.net> pkgname=mythtv-contrib -pkgver=0.22 -pkgrel=2 +pkgver=0.23 +pkgrel=1 pkgdesc="User contributed scripts and utilities for mythtv." arch=('i686' 'x86_64') url="http://mythtv.org" @@ -16,7 +16,7 @@ source=('http://www.pdp8.net/directv/directv.pl' \ 'mythchanger.10f.beta.tar') patches=('sa3250cmd_make.patch' '6200ch.c.r21651.patch' 'mythchanger_make.patch') -_svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythtv/contrib +_svntrunk=http://cvs.mythtv.org/svn/branches/release-0-23-fixes/mythtv/contrib _svnver=23566 _svnmod=contrib |