Date: Wednesday, June 9, 2010 @ 15:11:31 Author: andrea Revision: 82266
fix url Modified: libiodbc/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-09 19:09:38 UTC (rev 82265) +++ PKGBUILD 2010-06-09 19:11:31 UTC (rev 82266) @@ -1,5 +1,6 @@ # $Id: PKGBUILD 4453 2009-10-23 09:11:19Z spupykin $ -# Maintainer: Pierre Schmitz <[email protected]> +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Pierre Schmitz <[email protected]> # Contributor: Sergej Pupykin <[email protected]> pkgname=libiodbc @@ -7,13 +8,13 @@ pkgrel=3 pkgdesc='Independent Open DataBase Connectivity for Linux' arch=('i686' 'x86_64') -url='http://www.iodbc.org' +url="http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/" license=('LGPL') depends=('glibc') replaces=('iodbc') conflicts=('iodbc') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/iodbc/${pkgname}-${pkgver}.tar.gz") +source=("http://downloads.sourceforge.net/iodbc/${pkgname}-${pkgver}.tar.gz") md5sums=('ddbd274cb31d65be6a78da58fc09079a') build() {
