summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34ef2be86d6e..ee56c5c844a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ocaml-wasm
pkgdesc = An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST.
pkgver = 1.0
- pkgrel = 7
+ pkgrel = 1
arch = i686
arch = x86_64
license = Apache-2.0
- makedepends = ocamlbuild
makedepends = ocaml-findlib
+ makedepends = ocamlbuild
depends = ocaml
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 3f309d9a9edc..2d6e02208e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Jonathan Protzenko <jonathan.protzenko@gmail.com>
+# Maintainer: crave <crave@infinity>
# Generated by opam2aur https://gitlab.com/malet/opam2aur
pkgname=ocaml-wasm
_oname=wasm
pkgver=1.0
-pkgrel=7
+pkgrel=1
pkgdesc="An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST."
arch=('i686' 'x86_64')
url=''
@@ -12,7 +12,7 @@ license=('Apache-2.0')
options=('!strip' '!makeflags' 'staticlibs')
source=('https://github.com/WebAssembly/spec/archive/v1.0.zip')
depends=('ocaml')
-makedepends=('ocamlbuild' 'ocaml-findlib')
+makedepends=('ocaml-findlib' 'ocamlbuild')
md5sums=('82d4cc7c67ae32a6785268a1cdddd973')
build() {