community/neko to 2.2.0-5

This commit is contained in:
Kevin Mihelich 2019-01-18 13:32:31 +00:00
parent ee6afe834f
commit db88d59ce3

View file

@ -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')