summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:41:20 +0200
committerDaniel Peukert2021-07-31 15:41:20 +0200
commitd2976ae5dcb7da1c4677d539c2e6c2b3ae55ec56 (patch)
treebbc6e319485cc300acf9beca0178f0cb2a3ffc89
parent8722a51562e236e56fe870b6498bcaddde2cf412 (diff)
downloadaur-d2976ae5dcb7da1c4677d539c2e6c2b3ae55ec56.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c972e1f77ad7..240c40d662b9 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.14.0
- 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.14.0
depends = ocaml-sexplib0>=0.14.0
options = !strip
- source = ocaml-sexplib-1:0.14.0-2.tar.gz::https://github.com/janestreet/sexplib/archive/v0.14.0.tar.gz
+ source = ocaml-sexplib-1:0.14.0-3.tar.gz::https://github.com/janestreet/sexplib/archive/v0.14.0.tar.gz
sha256sums = ad75ab155e2b4e2fec63fb178ef25a0a5a7de3834b939db95f38287dfd21cc68
pkgname = ocaml-sexplib
diff --git a/PKGBUILD b/PKGBUILD
index d63c398d1e18..112f55b4aec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='sexplib'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='Library for serializing OCaml values to and from S-expressions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')