summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:33:09 +0200
committerDaniel Peukert2020-05-18 20:33:09 +0200
commite056463d4966c19ec78d18b929bbaf097a747ffa (patch)
tree80fe6e36ae921241bab4e6c513677523c8f9f966
parent773df6c039c966fc27c5a44702f667aed6e3d92a (diff)
downloadaur-e056463d4966c19ec78d18b929bbaf097a747ffa.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2304336d5f8..8b3130545602 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.13.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.13.0
depends = ocaml-sexplib0>=0.13.0
options = !strip
- source = ocaml-sexplib-1:0.13.0-1.tar.gz::https://github.com/janestreet/sexplib/archive/v0.13.0.tar.gz
+ source = ocaml-sexplib-1:0.13.0-2.tar.gz::https://github.com/janestreet/sexplib/archive/v0.13.0.tar.gz
sha256sums = 1d14cf46a4439f736b5dc6992d00918a01fbbfdd6b3ee26a999f3707e3425c96
pkgname = ocaml-sexplib
diff --git a/PKGBUILD b/PKGBUILD
index 1e374605cc26..097c7e2ad09f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='sexplib'
pkgname="ocaml-$_projectname"
pkgver='0.13.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')