summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobinleander2018-07-27 12:16:53 +0200
committerrobinleander2018-07-27 12:16:53 +0200
commit8ecc110693f27fea9b5e9b674d719e78b5e63a10 (patch)
tree8fe3f7206e464a93a78d503b8b616a8eac26a4e1
parent2efdc826e421918144a446391997d37c7b02a91e (diff)
downloadaur-8ecc110693f27fea9b5e9b674d719e78b5e63a10.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..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=''