Date: Wednesday, June 19, 2019 @ 16:29:56 Author: jelle Revision: 482410
upgpkg: wabt 1.0.11-1 Upstream release Modified: wabt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-19 16:26:56 UTC (rev 482409) +++ PKGBUILD 2019-06-19 16:29:56 UTC (rev 482410) @@ -4,13 +4,13 @@ pkgname=wabt pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly" url="https://github.com/WebAssembly/wabt" -pkgver=1.0.8 +pkgver=1.0.11 pkgrel=1 arch=('x86_64') license=('APACHE') -depends=() +depends=(glibc gcc-libs) makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest') -source=("git+https://github.com/WebAssembly/wabt#commit=4d5b0ba9e6a0ca36a094ec520ada45f5db7104ad" +source=("git+https://github.com/WebAssembly/wabt#commit=0af114943e38a0c0a4ccb0b49b4a8fb07d1bd056" "git+https://github.com/WebAssembly/testsuite" "git+https://github.com/google/googletest" "git+https://github.com/dabeaz/ply")
