summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-03-29 00:34:23 +0200
committerJakob Gahde2016-03-29 00:34:23 +0200
commita5d8a06a27da9d80f9c490e7badd120d3d1a6773 (patch)
treed17e7493cb418d9208acebb5b39dd6cca5958ea6 /PKGBUILD
parentbb1c2263b98fb86dc54a527ff857035116d5cc14 (diff)
downloadaur-a5d8a06a27da9d80f9c490e7badd120d3d1a6773.tar.gz
113.33.00-1: Version update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaae02461458..e472b15c3da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@
# Contributor: Sylvester Johansson <scj(at)archlinux(dot)us>
pkgname=ocaml-sexplib
-pkgver=113.24.00
+pkgver=113.33.00
pkgrel=1
pkgdesc="Library for serializing OCaml values to and from S-expressions"
arch=('i686' 'x86_64')
license=('Apache')
-depends=('ocaml>=4.02.1')
+depends=('ocaml')
makedepends=('ocaml-findlib' 'opam')
options=('!strip')
url="https://github.com/janestreet/sexplib"
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz"
"libdir.patch")
-md5sums=('f4f1e679187842c22db482dec5e11f36'
+md5sums=('f2a8f3f178656afbc76fdbd2884eaa2f'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {