mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/neko to 2.2.0-1
This commit is contained in:
parent
279543565e
commit
65acbea45a
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue