Date: Monday, February 1, 2010 @ 17:34:46 Author: andrea Revision: 66877
upstream release Modified: mysql/repos/extra-i686/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-01 22:34:30 UTC (rev 66876) +++ PKGBUILD 2010-02-01 22:34:46 UTC (rev 66877) @@ -1,23 +1,22 @@ -# $Id: PKGBUILD 62226 2010-01-05 11:22:18Z andrea $ +# $Id: PKGBUILD 66601 2010-02-01 00:57:13Z andrea $ # Maintainer: Andrea Scarpino <[email protected]> # Contributor: Douglas Soares de Andrade <[email protected]> # Contributor: judd <[email protected]> pkgbase=mysql pkgname=('libmysqlclient' 'mysql-clients' 'mysql') -pkgver=5.1.42 +pkgver=5.1.43 pkgrel=1 -pkgdesc="A fast SQL database server" arch=('i686' 'x86_64') license=('GPL') -url=('http://www.mysql.com/') +url="http://www.mysql.com/" makedepends=('tcp_wrappers' 'zlib' 'perl' 'openssl' 'libtool' 'patch') options=('!libtool') source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.1/${pkgbase}-${pkgver}.tar.gz" 'mysqld' 'my.cnf' 'mysqld.conf.d') -md5sums=('b644b219e130b7c6bca81948f75d72d7' +md5sums=('451fd3e8c55eecdf4c3ed109dce62f01' '7e1c46ccbd91553cc11df7199fbfca32' '26589ea08b78fc38dd174caeb93b810c' '4a9077fc95ec6db1d5420e0cdc74d31c') @@ -99,6 +98,7 @@ } package_mysql(){ + pkgdesc="A fast SQL database server" backup=('etc/my.cnf' 'etc/mysql/my.cnf' 'etc/conf.d/mysqld') install=mysql.install depends=('mysql-clients') @@ -122,4 +122,4 @@ # create directory for PID and sock files install -d ${pkgdir}/var/run/mysqld -} +} \ No newline at end of file
