summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobinleander2018-07-27 00:51:44 +0200
committerrobinleander2018-07-27 00:51:44 +0200
commitbfe88ba5c8cba808577fd56836e18e1d940e5c11 (patch)
tree039e7b13a1e9d0609986437479a80d17e7fd0330
parent69d5eeadd51a59c6bbad75afef3b77352d124b37 (diff)
downloadaur-bfe88ba5c8cba808577fd56836e18e1d940e5c11.tar.gz
Bump release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee56c5c844a4..0510f8d1f6ab 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 = 6
arch = i686
arch = x86_64
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 492b4c3b213c..9deda58a306f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-wasm
_oname=wasm
pkgver=1.0
-pkgrel=1
+pkgrel=6
pkgdesc="An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST."
arch=('i686' 'x86_64')
url=''