summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:05:34 +0200
committerDaniel Peukert2022-08-10 22:05:34 +0200
commit3a948c39bc28af488303c57fb48af50e3c9b2338 (patch)
treef45ccd2725f4ad95008537762c729213f5a5f174
parent4f277b04891d85673e8f167de8928e3f548f3c0a (diff)
downloadaur-3a948c39bc28af488303c57fb48af50e3c9b2338.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bbca8c26ec7..91f31e47310b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-sexplib
pkgdesc = Library for serializing OCaml values to and from S-expressions
pkgver = 0.15.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/sexplib
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-sexplib
depends = ocaml-parsexp>=0.15.0
depends = ocaml-sexplib0>=0.15.0
options = !strip
- source = ocaml-sexplib-1:0.15.1-1.tar.gz::https://github.com/janestreet/sexplib/archive/v0.15.1.tar.gz
+ source = ocaml-sexplib-1:0.15.1-2.tar.gz::https://github.com/janestreet/sexplib/archive/v0.15.1.tar.gz
sha512sums = 05a1cbca244286020af6c5ba1d92b32f5d7940dc409c61a8fc5ff114bec60167c8381ae997b53998ea3c0d5167ee77bf160873958512199b06efec1a2a191a7b
pkgname = ocaml-sexplib
diff --git a/PKGBUILD b/PKGBUILD
index bfca8e031860..e228511f05a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='sexplib'
pkgname="ocaml-$_projectname"
pkgver='0.15.1'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Library for serializing OCaml values to and from S-expressions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')