Skip to content
Snippets Groups Projects
Commit c5d51af8 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/lua-dbi: fix depends

fixes #4619
parent 973c21b8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=lua-dbi
_realname=luadbi
pkgver=0.5
pkgrel=5
pkgrel=6
pkgdesc="A database interface library for Lua"
url="http://code.google.com/p/luadbi"
arch="all"
......@@ -47,19 +47,19 @@ _mv_backend() {
sqlite() {
pkgdesc="lua-dbi SQLite backend"
depends="lua-dbi sqlite"
depends="lua-dbi"
_mv_backend sqlite3
}
mysql() {
pkgdesc="lua-dbi MySQL backend"
depends="lua-dbi mysql"
depends="lua-dbi"
_mv_backend mysql
}
postgresql() {
pkgdesc="lua-dbi PostgreSQL backend"
depends="lua-dbi postgresql"
depends="lua-dbi"
_mv_backend postgresql
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment