From c16968d4179be76966c262f854c9e1fb827dc3ec Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Mar 2013 00:06:16 -0700 Subject: Tue Mar 26 00:06:15 PDT 2013 --- community/luasql/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/luasql/PKGBUILD') diff --git a/community/luasql/PKGBUILD b/community/luasql/PKGBUILD index 3ccee6241..1969e2304 100644 --- a/community/luasql/PKGBUILD +++ b/community/luasql/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81397 2012-12-19 13:39:14Z seblu $ +# $Id: PKGBUILD 87008 2013-03-25 19:16:48Z bpiotrowski $ # Maintainer: Sergej Pupykin # Contributor: Sébastien Luttringer # Contributor: Anders Bergh @@ -6,11 +6,11 @@ pkgbase=luasql pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite') pkgver=2.2.0 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://www.keplerproject.org/luasql/' license=('MIT') -makedepends=('lua' 'libmysqlclient' 'postgresql-libs' 'sqlite') +makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite') source=("https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz" 'lua52.patch') md5sums=('59d72db444c6369c936d4f03694db6b7' @@ -30,7 +30,7 @@ build() { package_lua-sql-mysql() { pkgdesc='MySQL module for Lua' - depends=('lua' 'libmysqlclient') + depends=('lua' 'libmariadbclient') conflicts=('luasql-mysql') replaces=('luasql-mysql') -- cgit v1.2.3-54-g00ecf