summaryrefslogtreecommitdiff
path: root/extra/mysql/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mysql/PKGBUILD')
-rw-r--r--extra/mysql/PKGBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/extra/mysql/PKGBUILD b/extra/mysql/PKGBUILD
index 175b2eee5..dac3886c4 100644
--- a/extra/mysql/PKGBUILD
+++ b/extra/mysql/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 115418 2011-03-17 21:33:02Z andrea $
+# $Id: PKGBUILD 118056 2011-04-05 09:37:46Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgbase=mysql
pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.10
-pkgrel=2
+pkgver=5.5.11
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.mysql.com/"
@@ -14,20 +14,12 @@ makedepends=('cmake' 'openssl' 'tcp_wrappers' 'zlib')
options=('!libtool')
source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz"
'mysqld'
- 'my.cnf'
- 'fix-mysql-home.patch'
- 'fix-embedded-crash.patch')
-md5sums=('ee604aff531ff85abeb10cf332c1355a'
+ 'my.cnf')
+md5sums=('befa4e0d0aa95be6c8f6f143ae3b0641'
'2234207625baa29b2ff7d7b4f088abce'
- '1c949c0dbea5206af0db14942d9927b6'
- '56fe8b724ca7ae73b9f96cdf4cca1220'
- 'b2b7ed0289a6d8cce17a68512c0286cc')
+ '1c949c0dbea5206af0db14942d9927b6')
build() {
- cd "${srcdir}"/${pkgbase}-${pkgver}
- patch -Np1 -i ${srcdir}/fix-mysql-home.patch
- patch -Np1 -i ${srcdir}/fix-embedded-crash.patch
-
cd "${srcdir}"
mkdir build
cd build