summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:04:33 +0200
committerDaniel Peukert2023-05-22 13:04:33 +0200
commitcefc7d4f7ac3fd5dfb1b9984e3c02399aa880bc9 (patch)
tree173795bfbb7650c2ca596c9f694e8ea95670fab6
parenta5dddbf3dacfc340546106ef615245e787603526 (diff)
downloadaur-cefc7d4f7ac3fd5dfb1b9984e3c02399aa880bc9.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 430a54525ff1..c1f567475cac 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 = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/janestreet/sexplib/archive/v0.15.1.tar.gz
+ source = ocaml-sexplib-1:0.15.1-3.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 142d1f53558f..3bc527e3531d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='sexplib'
pkgname="ocaml-$_projectname"
pkgver='0.15.1'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='Library for serializing OCaml values to and from S-expressions'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')