summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobinleander2018-07-27 00:51:17 +0200
committerrobinleander2018-07-27 00:51:17 +0200
commit69d5eeadd51a59c6bbad75afef3b77352d124b37 (patch)
tree8c085cc1f565c0c347cb1adc43f25302f59db86a
parentb7e8d7c67a219f2a0b6f868c5d79c7f055e03322 (diff)
downloadaur-69d5eeadd51a59c6bbad75afef3b77352d124b37.tar.gz
Update package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a10a449f5d0..ee56c5c844a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ocaml-wasm
pkgdesc = An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST.
pkgver = 1.0
- pkgrel = 5
+ pkgrel = 1
arch = i686
arch = x86_64
license = Apache-2.0
makedepends = ocaml-findlib
makedepends = ocamlbuild
+ depends = ocaml
options = !strip
options = !makeflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 776188c4e7c4..492b4c3b213c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=ocaml-wasm
_oname=wasm
pkgver=1.0
-pkgrel=5
+pkgrel=1
pkgdesc="An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST."
arch=('i686' 'x86_64')
url=''
license=('Apache-2.0')
options=('!strip' '!makeflags' 'staticlibs')
source=('https://github.com/WebAssembly/spec/archive/v1.0.zip')
-depends=()
+depends=(ocaml)
makedepends=('ocaml-findlib' 'ocamlbuild')
md5sums=('82d4cc7c67ae32a6785268a1cdddd973')