diff options
author | root <root@rshg054.dnsready.net> | 2012-12-20 03:05:00 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-20 03:05:00 -0800 |
commit | fecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 (patch) | |
tree | 952afb5fdba1e4450e623d86f75b09ad4925bd40 /community/luasql | |
parent | 19f11e0c4bbeefd65f85546a361e18532b60416a (diff) |
Thu Dec 20 02:59:11 PST 2012
Diffstat (limited to 'community/luasql')
-rw-r--r-- | community/luasql/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/luasql/PKGBUILD b/community/luasql/PKGBUILD index 399192c50..3ccee6241 100644 --- a/community/luasql/PKGBUILD +++ b/community/luasql/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81122 2012-12-12 00:49:33Z eric $ +# $Id: PKGBUILD 81397 2012-12-19 13:39:14Z seblu $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sébastien Luttringer <seblu@archlinux.org> # Contributor: Anders Bergh <anders1@gmail.com> @@ -6,11 +6,10 @@ pkgbase=luasql pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite') pkgver=2.2.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://www.keplerproject.org/luasql/' license=('MIT') -conflicts=('luasql-mysql') makedepends=('lua' 'libmysqlclient' 'postgresql-libs' 'sqlite') source=("https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz" 'lua52.patch') @@ -32,6 +31,7 @@ build() { package_lua-sql-mysql() { pkgdesc='MySQL module for Lua' depends=('lua' 'libmysqlclient') + conflicts=('luasql-mysql') replaces=('luasql-mysql') cd $pkgbase-$pkgver |