summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-07-16 22:46:20 +0200
committerDaniel Peukert2022-07-16 22:46:20 +0200
commit47fc4d2caef2b0d399f456b2e77d378a23541e6a (patch)
treea3adb2dc96b32c8cffdba6fb3e9e66783baf1f72
parent5570fe23a8fa1838fb4c8ca885b0911a548f6959 (diff)
downloadaur-47fc4d2caef2b0d399f456b2e77d378a23541e6a.tar.gz
Update ocaml-lwt to 5.6.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 018ee22d5dba..d6c054cc6e62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lwt
pkgdesc = A library for cooperative threads in OCaml
- pkgver = 5.5.0
- pkgrel = 2
+ pkgver = 5.6.1
+ pkgrel = 1
url = https://github.com/ocsigen/lwt
arch = x86_64
arch = i686
@@ -16,14 +16,11 @@ pkgbase = ocaml-lwt
depends = dune>=1.8.0
depends = ocaml>=4.08.0
depends = ocaml-luv
- depends = ocaml-mmap>=1.1.0
depends = ocaml-ocplib-endian
depends = ocaml-ppxlib>=0.16.0
depends = ocaml-react>=1.0.0
- depends = ocaml-result
- depends = ocaml-seq
options = !strip
- source = ocaml-lwt-5.5.0-2.tar.gz::https://github.com/ocsigen/lwt/archive/5.5.0.tar.gz
- sha512sums = 8951b94555e930634375816d71815b9d85daad6ffb7dab24864661504d11be26575ab0b237196c54693efa372a9b69cdc1d5068a20a250dc0bbb4a3c03c5fda1
+ source = ocaml-lwt-5.6.1-1.tar.gz::https://github.com/ocsigen/lwt/archive/5.6.1.tar.gz
+ sha512sums = 698875bd3bfcd5baa47eb48e412f442d289f9972421321541860ebe110b9af1949c3fbc253768495726ec547fe4ba25483cd97ff39bc668496fba95b2ed9edd8
pkgname = ocaml-lwt
diff --git a/PKGBUILD b/PKGBUILD
index c9d492ed951d..086c2262f510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
# Contributor: serp <serp256 at gmail dot com>
_projectname='lwt'
pkgname="ocaml-$_projectname"
-pkgver='5.5.0'
-pkgrel='2'
+pkgver='5.6.1'
+pkgrel='1'
pkgdesc='A library for cooperative threads in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
license=('MIT')
-depends=('libev' 'dune>=1.8.0' 'ocaml>=4.08.0' 'ocaml-luv' 'ocaml-mmap>=1.1.0' 'ocaml-ocplib-endian' 'ocaml-ppxlib>=0.16.0' 'ocaml-react>=1.0.0' 'ocaml-result' 'ocaml-seq')
+depends=('libev' 'dune>=1.8.0' 'ocaml>=4.08.0' 'ocaml-luv' 'ocaml-ocplib-endian' 'ocaml-ppxlib>=0.16.0' 'ocaml-react>=1.0.0')
makedepends=('cppo>=1.1.0')
checkdepends=('ocaml-ppx_let')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('8951b94555e930634375816d71815b9d85daad6ffb7dab24864661504d11be26575ab0b237196c54693efa372a9b69cdc1d5068a20a250dc0bbb4a3c03c5fda1')
+sha512sums=('698875bd3bfcd5baa47eb48e412f442d289f9972421321541860ebe110b9af1949c3fbc253768495726ec547fe4ba25483cd97ff39bc668496fba95b2ed9edd8')
_sourcedirectory="$_projectname-$pkgver"