summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-06-02 20:10:57 +0200
committerDaniel Peukert2024-06-02 20:10:57 +0200
commit3ee2b7356cff952a295cc127a90c60746c36ed76 (patch)
tree93f2f4f2dd5e3c4517174bed0835f5e25b9c04fe
parent5cff2df9bc93ae1932cc054eeee7b06abd5c0ac4 (diff)
downloadaur-ocaml-ppx_sexp_conv.tar.gz
ocaml 5.2 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce7c5b9f8585..e0806171f8cb 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.17.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_sexp_conv
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 382b010c80ab..031a35c828af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_sexp_conv'
pkgname="ocaml-$_projectname"
pkgver='0.17.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Generation of S-expression conversion functions from type definitions'
arch=('x86_64' 'aarch64')