lua54-luadbi: build against mariadbclient instead of mysql

This commit is contained in:
John 2020-12-30 21:50:22 +01:00 committed by John Zimmermann
parent 620d4dd028
commit cc1410326f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ revision=4
wrksrc="luadbi-${version}"
create_wrksrc="yes"
makedepends="lua51-devel lua52-devel lua53-devel lua54-devel sqlite-devel
postgresql-libs-devel libmysqlclient-devel"
postgresql-libs-devel libmariadbclient-devel"
_desc="Lua database interface library"
short_desc="${_desc} (5.4.x)"
maintainer="John Regan <john@jrjrtech.com>"