summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:31:07 +0200
committerDaniel Peukert2020-05-18 20:31:07 +0200
commitca936699008346b9a7917c1904ea7a3e5f7edeaa (patch)
tree2492f23a10992356561bd6608d0d054d2afbbd9a
parenta5288e2df7f1c455124690917ab5e389be3c3547 (diff)
downloadaur-ca936699008346b9a7917c1904ea7a3e5f7edeaa.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 47a5af176a60..0bc19e3b4925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_sexp_conv
pkgdesc = Generation of S-expression conversion functions from type definitions
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_sexp_conv
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_sexp_conv
depends = ocaml-ppxlib>=0.9.0
depends = ocaml-sexplib0>=0.13.0
options = !strip
- source = ocaml-ppx_sexp_conv-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_sexp_conv-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.13.0.tar.gz
sha256sums = 15386e4f704d37ff8a7155dfbae17e60d771339f433494f66fc19dab308831b0
pkgname = ocaml-ppx_sexp_conv
diff --git a/PKGBUILD b/PKGBUILD
index dc7cd1147ba9..9905801febdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_sexp_conv'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Generation of S-expression conversion functions from type definitions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')