summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:28:57 +0200
committerDaniel Peukert2020-08-30 21:28:57 +0200
commit8722a51562e236e56fe870b6498bcaddde2cf412 (patch)
treeb52a15656a2844c56ff8d8356a02bc79a1daa33d
parent51511518e271d215cf8b82b4b7b5ee0a986ea000 (diff)
downloadaur-8722a51562e236e56fe870b6498bcaddde2cf412.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9c4393f4fdd..c972e1f77ad7 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 = 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.14.0
depends = ocaml-sexplib0>=0.14.0
options = !strip
- source = ocaml-sexplib-1:0.14.0-1.tar.gz::https://github.com/janestreet/sexplib/archive/v0.14.0.tar.gz
+ source = ocaml-sexplib-1:0.14.0-2.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 8d4861ad41ed..d63c398d1e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='sexplib'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-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')