community/neko to 2.2.0-1

This commit is contained in:
Kevin Mihelich 2018-01-11 13:45:47 +00:00
parent 279543565e
commit 65acbea45a

View file

@ -11,21 +11,21 @@
# - remove unsupported gcc flag on !aarch64
pkgname=neko
pkgver=2.1.0
pkgrel=3
pkgver=2.2.0
pkgrel=1
pkgdesc='High-level and dynamically typed programming language'
url='http://nekovm.org/' # no https
license=('LGPL')
arch=('x86_64' 'i686')
arch=('x86_64')
depends=('gc' 'gtk2' 'libmariadbclient' 'mbedtls' 'sqlite')
makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja' 'pkgconfig')
makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja')
optdepends=('apache: for extending Apache with mod_neko')
options=('!strip')
source=("git+https://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
sha256sums=('SKIP')
prepare() {
sed -i '/xlocale.h/d' "$srcdir/$pkgname/libs/std/sys.c"
sed -i '/xlocale.h/d' "$pkgname/libs/std/sys.c"
if [[ $CARCH != "aarch64" ]]; then sed -i '/mincoming-stack-boundary/d' $pkgname/CMakeLists.txt; fi
}