summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobinleander2018-07-26 19:13:54 +0200
committerrobinleander2018-07-26 19:13:54 +0200
commitd2625b94e387260083d73cf5163f778796a28520 (patch)
treea0357bc0733de8da509975b19dd7fc673360c9b0
parente54b801b9792557095320f62871487809e9b6a8a (diff)
downloadaur-d2625b94e387260083d73cf5163f778796a28520.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 49e67bbcb1d8..ea7da6d4fce2 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 = 2
arch = i686
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 43811002b692..64dfa2e3d9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-wasm
_oname=wasm
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST."
arch=('i686' 'x86_64')
url=''