summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee56c5c844a4..d2c97e94fce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-wasm
pkgdesc = An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 8
arch = i686
arch = x86_64
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 2d6e02208e67..7352e4d04640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-wasm
_oname=wasm
pkgver=1.0
-pkgrel=1
+pkgrel=8
pkgdesc="An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST."
arch=('i686' 'x86_64')
url=''