summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:31:32 +0200
committerDaniel Peukert2020-05-18 20:31:32 +0200
commit34b1871733b56b9b8ac8bd93be8c907ab089995e (patch)
treedf272561ebce81e043f7802f9d45cb4b17b4cc61
parenta03589fee5f9758fd3c169484d255743a86111bd (diff)
downloadaur-34b1871733b56b9b8ac8bd93be8c907ab089995e.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba6467985625..8369d9f1a03d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_sexp_value
pkgdesc = A ppx rewriter that simplifies building s-expressions from ocaml values
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_sexp_value
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = ocaml-ppx_sexp_value
depends = ocaml-ppx_sexp_conv>=0.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_sexp_value-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_sexp_value/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_sexp_value-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_sexp_value/archive/v0.13.0.tar.gz
sha256sums = 545fba8db3b16d22bef78d2dedcf3e90422cf4f6f9184c008c4326671c58e897
pkgname = ocaml-ppx_sexp_value
diff --git a/PKGBUILD b/PKGBUILD
index c3f523227ad5..7f05e03360e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_sexp_value'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='A ppx rewriter that simplifies building s-expressions from ocaml values'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')