summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:40:02 +0200
committerDaniel Peukert2021-07-31 15:40:02 +0200
commitc6788c9fd6417a5c9e884492ca38726500ea8e1c (patch)
treec5ac412a9c612249f9951064587c4a8431281745
parent256932eb9599cc59fc56953550437ad600562d8e (diff)
downloadaur-c6788c9fd6417a5c9e884492ca38726500ea8e1c.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c148968f3465..2126bf45b5c0 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.14.3
- 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.22.0
depends = ocaml-sexplib0>=0.14.0
options = !strip
- source = ocaml-ppx_sexp_conv-1:0.14.3-1.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.14.3.tar.gz
+ source = ocaml-ppx_sexp_conv-1:0.14.3-2.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.14.3.tar.gz
sha256sums = 2fc1f46e14016c93b0ba89a2af263e36a51957a53608751361f07ad3349c7639
pkgname = ocaml-ppx_sexp_conv
diff --git a/PKGBUILD b/PKGBUILD
index 0ea3fdb0ca22..b29bcadc3570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_sexp_conv'
pkgname="ocaml-$_projectname"
pkgver='0.14.3'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Generation of S-expression conversion functions from type definitions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')