summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12021-07-06 16:49:04 +0800
committerChocobo12021-07-06 16:57:05 +0800
commitca17662e83f422058fcec8ba7829f123a6b04c6c (patch)
treebeab2aacc58c718a5fcf252ba4a9218fe91898b4 /PKGBUILD
parent1238fbd74f1e46e5ac6ca40ed70154cdd7e7db59 (diff)
downloadaur-ca17662e83f422058fcec8ba7829f123a6b04c6c.tar.gz
upgpkg: binaryen-git r6565.gcdf9ee0fd-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3014c1c136fe..3e8e37f904ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=binaryen-git
-pkgver=r5262.gfe56186c4
+pkgver=r6565.gcdf9ee0fd
pkgrel=1
pkgdesc="Compiler infrastructure and toolchain library for WebAssembly"
arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@ url="https://github.com/WebAssembly/binaryen"
license=('apache')
depends=('gcc-libs')
makedepends=('git' 'cmake')
-#checkdepends=('python2')
+#checkdepends=('python')
provides=('binaryen')
conflicts=('binaryen')
source=("git+https://github.com/WebAssembly/binaryen.git"
- "binaryen.sh::https://git.archlinux.org/svntogit/community.git/plain/trunk/binaryen.sh?h=packages/binaryen")
+ "binaryen.sh::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/binaryen/trunk/binaryen.sh")
sha256sums=('SKIP'
'SKIP')
@@ -42,7 +42,7 @@ build() {
check() {
cd "binaryen/_build"
- #python2 ../check.py
+ #python ../check.py
}
package() {