main/lua-dbi: fix wrong license

It seems that this project has never been licensed under GPL,
see https://github.com/mwild1/luadbi/commits/master/COPYING.
This commit is contained in:
Jakub Jirutka 2017-12-30 17:58:11 +01:00
parent 38e42396dc
commit 2f75bf3622

View File

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