[arch-commits] Commit in neko/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Feb 21 11:31:52 UTC 2019
Date: Thursday, February 21, 2019 @ 11:31:52
Author: arodseth
Revision: 434971
upgpkg: neko 2.2.0-6
Modified:
neko/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-21 11:15:18 UTC (rev 434970)
+++ PKGBUILD 2019-02-21 11:31:52 UTC (rev 434971)
@@ -1,4 +1,4 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
# Contributor: Dwight Schauer <dschauer at gmail.com>
# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
@@ -9,26 +9,25 @@
pkgname=neko
pkgver=2.2.0
-pkgrel=5
+pkgrel=6
pkgdesc='High-level and dynamically typed programming language'
-url='http://nekovm.org/' # no https
-license=('LGPL')
-arch=('x86_64')
-depends=('gc' 'gtk2' 'mariadb-libs' 'mbedtls' 'sqlite')
-makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja')
+url='https://nekovm.org/'
+license=(LGPL)
+arch=(x86_64)
+depends=(gc gtk2 mariadb-libs mbedtls sqlite)
+makedepends=(apache apr cmake git mbedtls ninja)
optdepends=('apache: for extending Apache with mod_neko')
-options=('!strip')
+options=(!strip)
source=("git+https://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
sha256sums=('SKIP')
prepare() {
- sed -i '/xlocale.h/d' "$pkgname/libs/std/sys.c"
+ sed -i '/xlocale.h/d' $pkgname/libs/std/sys.c
}
build() {
mkdir -p build
cd build
-
cmake ../$pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DRUN_LDCONFIG=OFF \
More information about the arch-commits
mailing list