[arch-commits] Commit in libcddb/repos/extra-i686 (PKGBUILD)
Hugo Doria
hugo at archlinux.org
Wed Apr 8 15:34:47 UTC 2009
Date: Wednesday, April 8, 2009 @ 11:34:47
Author: hugo
Revision: 34260
fixing conflicts. again.
Modified:
libcddb/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-08 15:32:25 UTC (rev 34259)
+++ PKGBUILD 2009-04-08 15:34:47 UTC (rev 34260)
@@ -1,22 +1,22 @@
# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
pkgname=libcddb
-pkgver=1.3.0
-pkgrel=3
-pkgdesc="Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
-arch=(i686 x86_64)
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
+arch=('i686' 'x86_64')
license=('LGPL')
options=('!libtool')
depends=('glibc')
-source=(http://heanet.dl.sourceforge.net/sourceforge/libcddb/${pkgname}-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
url="http://sourceforge.net/projects/libcddb/"
-md5sums=('e4a7f9579956c32b7f300eb12e9ea6df')
+md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list