Date: Sunday, July 4, 2010 @ 09:22:10 Author: ibiru Revision: 84778 upgpkg: myththemes 25260-1 update to latest revision
Modified: myththemes/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-04 13:15:08 UTC (rev 84777) +++ PKGBUILD 2010-07-04 13:22:10 UTC (rev 84778) @@ -4,20 +4,20 @@ # Contributor: [email protected] pkgname=myththemes -pkgver=23562 +pkgver=25260 pkgrel=1 pkgdesc="Themes for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org/" license=('GPL') depends=("mythtv>=${pkgver}") -source=(ftp://ftp.archlinux.org/other/mythtv/mythtv-themes-${pkgver}.tar.gz) -md5sums=('549db542193633bc11a52fb46ebf5971') +source=(ftp://ftp.archlinux.org/other/mythtv/${pkgname}-${pkgver}.tar.xz) +md5sums=('b1a88ab6d44dd68c289415b384cb3e01') build() { cd "${srcdir}/${pkgname}" - ./configure --prefix=/usr + ./configure --prefix=/usr # basic install make INSTALL_ROOT="${pkgdir}" install || return 1 }
