diff --git a/community/neko/PKGBUILD b/community/neko/PKGBUILD index b86e783d0..bf33b9b99 100644 --- a/community/neko/PKGBUILD +++ b/community/neko/PKGBUILD @@ -12,12 +12,12 @@ pkgname=neko pkgver=2.2.0 -pkgrel=4 +pkgrel=5 pkgdesc='High-level and dynamically typed programming language' url='http://nekovm.org/' # no https license=('LGPL') arch=('x86_64') -depends=('gc' 'gtk2' 'libmariadbclient' 'mbedtls' 'sqlite') +depends=('gc' 'gtk2' 'mariadb-libs' 'mbedtls' 'sqlite') makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja') optdepends=('apache: for extending Apache with mod_neko') options=('!strip')