Date: Monday, February 15, 2010 @ 09:53:39 Author: giovanni Revision: 68961
upgpkg: myththemes 23562-1 Fixed FS18326 Modified: myththemes/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-15 14:13:32 UTC (rev 68960) +++ PKGBUILD 2010-02-15 14:53:39 UTC (rev 68961) @@ -4,18 +4,18 @@ # Contributor: [email protected] pkgname=myththemes -pkgver=0.22 -pkgrel=2 +pkgver=23562 +pkgrel=1 pkgdesc="Themes for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org/" license=('GPL') depends=("mythtv>=${pkgver}") -source=("ftp://ftp.osuosl.org/pub/mythtv/${pkgname}-${pkgver}.tar.bz2") -md5sums=('a5f00f152fb430a20c70aaa3bf456347') +source=(ftp://ftp.archlinux.org/other/mythtv/mythtv-themes-${pkgver}.tar.gz) +md5sums=('549db542193633bc11a52fb46ebf5971') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}" ./configure --prefix=/usr # basic install
