Date: Saturday, July 17, 2010 @ 00:56:41 Author: dgriffiths Revision: 85644
Modified: abcde/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-16 23:38:00 UTC (rev 85643) +++ PKGBUILD 2010-07-17 04:56:41 UTC (rev 85644) @@ -4,8 +4,8 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=abcde -pkgver=2.4.1 -pkgrel=2 +pkgver=2.4.2 +pkgrel=1 pkgdesc="A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go." arch=('any') url="http://code.google.com/p/abcde/" @@ -19,9 +19,9 @@ 'id3: ID3 v1/v2 tag support' 'id3v2: ID3 v2 tag support') backup=(etc/${pkgname}.conf) -source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz +source=(http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz 'fix-mp3-tagging.patch') -md5sums=('5df055a1b6332d9ddbcfc5756369ee3d' +md5sums=('2147527c245ed70af7b218b642201669' 'c3975dc8389ff2edba6684bbc378d97d') build() {
