[arch-commits] CVS update of extra/network/mysql-clients (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Dec 17 10:33:33 UTC 2007


    Date: Monday, December 17, 2007 @ 05:33:33
  Author: alexander
    Path: /home/cvs-extra/extra/network/mysql-clients

Modified: PKGBUILD (1.9 -> 1.10)

* fixed deps to depends on gcc maketime only


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: extra/network/mysql-clients/PKGBUILD
diff -u extra/network/mysql-clients/PKGBUILD:1.9 extra/network/mysql-clients/PKGBUILD:1.10
--- extra/network/mysql-clients/PKGBUILD:1.9	Sun Dec  9 08:38:48 2007
+++ extra/network/mysql-clients/PKGBUILD	Mon Dec 17 05:33:33 2007
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD,v 1.9 2007/12/09 13:38:48 alexander Exp $
+# $Id: PKGBUILD,v 1.10 2007/12/17 10:33:33 alexander Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=mysql-clients
 pkgver=5.0.51
-pkgrel=1
+pkgrel=2
 pkgdesc="MySQL client tools"
 arch=(i686 x86_64)
-depends=("libmysqlclient>=${pkgver}" 'gcc' 'readline')
-makedepends=('tcp_wrappers' 'libtool')
+depends=("libmysqlclient>=${pkgver}" 'gcc-libs' 'readline')
+makedepends=('tcp_wrappers' 'libtool' 'gcc')
 url=('http://www.mysql.com/')
 options=('!libtool')
 license=('GPL')




More information about the arch-commits mailing list