main/lua-dbi: rebuild against mariadb-connector-c

This commit is contained in:
Natanael Copa 2018-03-23 10:06:13 +00:00
parent c4fbe81dfc
commit ae218195ac

View File

@ -3,12 +3,12 @@
pkgname=lua-dbi
_pkgname=luadbi
pkgver=0.6
pkgrel=2
pkgrel=3
pkgdesc="A database interface library for Lua"
url="https://github.com/mwild1/luadbi"
arch="all"
license="MIT"
makedepends="mariadb-dev postgresql-dev sqlite-dev"
makedepends="mariadb-connector-c-dev postgresql-dev sqlite-dev"
_subpackages="$pkgname-mysql $pkgname-postgresql $pkgname-sqlite3"
source="https://github.com/mwild1/$_pkgname/archive/v$pkgver/$_pkgname.tar.gz
fix-table-maxn.patch"