summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-06-21 18:34:31 +0200
committerJakob Gahde2016-06-21 18:34:31 +0200
commitd5b171c91b4b6c195a67886acc678f4362de5e43 (patch)
tree70ec4425f751ddfc6c778124f9eafc715c35b4ac /PKGBUILD
parentffea269e220d2eb428795dfe15302ca5308ad3c4 (diff)
downloadaur-d5b171c91b4b6c195a67886acc678f4362de5e43.tar.gz
ocaml-lwt 2.5.2-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cbad1c16492..93e677083721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=lwt
pkgname=ocaml-${_pkgname}
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc="A library for cooperative threads in OCaml"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('LGPL')
depends=('ocaml' 'camlp4' 'ocaml-ppx_tools' 'ocaml-react' 'ocaml-ssl' 'libev' 'glib2')
makedepends=('ocaml-findlib')
source=(https://github.com/ocsigen/${_pkgname}/archive/$pkgver.tar.gz)
-sha256sums=('351ea57e30cdeeebb02ae3b12906ed391f947fd35d57148905828ee121ec29ec')
+sha256sums=('b319514cf51656780a8f609a63ead08d3052a442546b218530ce146d37bf6331')
options=(!strip !makeflags staticlibs)
build() {