[arch-commits] Commit in musicbrainz/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Feb 21 05:29:26 UTC 2010
Date: Sunday, February 21, 2010 @ 00:29:26
Author: allan
Revision: 69566
upgpkg: musicbrainz 2.1.5-3
remove unneeded gcc dep
Modified:
musicbrainz/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-21 04:49:30 UTC (rev 69565)
+++ PKGBUILD 2010-02-21 05:29:26 UTC (rev 69566)
@@ -1,22 +1,24 @@
# $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Maintainer:
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
# Contributor: dorphell <dorphell at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
# Contributor: Sarah Hay <sarah at archlinux.org>
pkgname=musicbrainz
pkgver=2.1.5
-pkgrel=2
+pkgrel=3
pkgdesc="The second generation incarnation of the CD Index"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.musicbrainz.org/index.html"
license=('LGPL')
-depends=('gcc' 'expat>=2.0')
+depends=('expat>=2.0')
makedepends=('python')
options=('!libtool')
source=(ftp://ftp.musicbrainz.org/pub/$pkgname/libmusicbrainz-${pkgver}.tar.gz
'gcc4.3.patch')
-url="http://www.musicbrainz.org/index.html"
+
build() {
cd ${srcdir}/lib${pkgname}-${pkgver}
More information about the arch-commits
mailing list