[arch-commits] Commit in neko/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jan 11 12:18:03 UTC 2018


    Date: Thursday, January 11, 2018 @ 12:18:02
  Author: arodseth
Revision: 281321

upgpkg: neko 2.2.0-1

Modified:
  neko/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 12:17:32 UTC (rev 281320)
+++ PKGBUILD	2018-01-11 12:18:02 UTC (rev 281321)
@@ -8,14 +8,14 @@
 # Contributor: Christian Hesse <arch at eworm.de>
 
 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')
 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//./-}")
@@ -22,7 +22,7 @@
 sha256sums=('SKIP')
 
 prepare() {
-  sed -i '/xlocale.h/d' "$srcdir/$pkgname/libs/std/sys.c"
+  sed -i '/xlocale.h/d' "$pkgname/libs/std/sys.c"
 }
 
 build() {



More information about the arch-commits mailing list