diff options
| -rw-r--r-- | abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD b/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD index 7bfb66d..8d8cb9d 100644 --- a/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD +++ b/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD @@ -1,12 +1,12 @@  pkgname=mytharchive-svn  pkgver=20087 -pkgrel=1 +pkgrel=2  pkgdesc="MythTV plugin that lets you create DVDs from or archive your recorded shows."  url="http://www.mythtv.org"  license="GPL"  arch=('i686' 'x86_64') -depends=("mythtv-svn" 'libxmu' 'mysql-python' 'pil' 'dvdauthor') +depends=('mythtv-svn' 'libxmu' 'mysql-python' 'pil' 'dvdauthor' 'mjpegtools' 'transcode')  conflicts=('mytharchive')  groups=('mythtv-extras-svn')  | 
