Date: Wednesday, December 9, 2009 @ 17:44:08 Author: juergen Revision: 60942
update to 0.22 Modified: mytharchive/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-12-09 19:38:06 UTC (rev 60941) +++ PKGBUILD 2009-12-09 22:44:08 UTC (rev 60942) @@ -1,6 +1,6 @@ # $Id$ # Maintainer: Juergen Hoetzel <[email protected]> -# Contributor: [email protected] +# Contributor: [email protected], Robert de Jager pkgname=mytharchive pkgver=0.22 @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') -depends=("mythtv>=${pkgver}" 'libxmu' 'mysql-python' 'pil' 'dvdauthor' 'mjpegtools' 'transcode') +depends=("mythtv>=${pkgver}" 'libxmu' 'mysql-python' 'pil' 'dvdauthor') source=("ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2") md5sums=('09c8fa1058399a0c5db169a71561e985') groups=('mythtv-extras')
