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

Jelle van der Waa jelle at archlinux.org
Sun Jan 20 18:58:24 UTC 2019


    Date: Sunday, January 20, 2019 @ 18:58:23
  Author: jelle
Revision: 425447

upgpkg: wabt 1.0.8-1

Modified:
  wabt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 18:57:18 UTC (rev 425446)
+++ PKGBUILD	2019-01-20 18:58:23 UTC (rev 425447)
@@ -1,16 +1,16 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 # Contributor:  Konstantin Gorodinskii <mail at konstantin.io>
 
-pkgname="wabt"
+pkgname=wabt
 pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
 url="https://github.com/WebAssembly/wabt"
-pkgver=1.0.6
+pkgver=1.0.8
 pkgrel=1
 arch=('x86_64')
 license=('APACHE')
 depends=()
 makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest')
-source=("git+https://github.com/WebAssembly/wabt#commit=795d1292377b7e5de8dabeefaa11edfaf6bd97af"
+source=("git+https://github.com/WebAssembly/wabt#commit=4d5b0ba9e6a0ca36a094ec520ada45f5db7104ad"
         "git+https://github.com/WebAssembly/testsuite"
         "git+https://github.com/google/googletest"
         "git+https://github.com/dabeaz/ply")
@@ -43,7 +43,7 @@
 
 check() {
   cd ${pkgname}
-  #make test
+#  make test
 }
 
 package() {



More information about the arch-commits mailing list