summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-08-07 23:44:30 +0200
committerDaniel Peukert2021-08-07 23:44:30 +0200
commitbc1161e86f59892fa80494943c6cd9623b6a107d (patch)
tree26d65d13852c10aae4c8d7f0fa9ac15883a74082
parentdb3ea4bc5e42d73edd6c990e3dd4dc4087b28d99 (diff)
downloadaur-bc1161e86f59892fa80494943c6cd9623b6a107d.tar.gz
Update ocaml-luv to 0.5.10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd3262d108be..7159bbbd5f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
- pkgver = 0.5.9
- pkgrel = 2
+ pkgver = 0.5.10
+ pkgrel = 1
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
@@ -13,10 +13,10 @@ pkgbase = ocaml-luv
makedepends = dune>=2.0.0
depends = libuv
depends = ocaml>=4.02.0
- depends = ocaml-ctypes>=0.13.0
+ depends = ocaml-ctypes>=0.14.0
depends = ocaml-result
options = !strip
- source = ocaml-luv-0.5.9-2.tar.gz::https://github.com/aantron/luv/archive/0.5.9.tar.gz
- sha256sums = fc94c26a2d567fb57917dbdc08e5e4f02e19bdbefd1524d5ccf650f87a4d3835
+ source = ocaml-luv-0.5.10-1.tar.gz::https://github.com/aantron/luv/archive/0.5.10.tar.gz
+ sha256sums = 9d0cdff2fec30f4b4732eeb6508abf56c795925f8e2f615464fbc57c02e77c64
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index be09969c824f..84e263e83dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='luv'
pkgname="ocaml-$_projectname"
-pkgver='0.5.9'
-pkgrel='2'
+pkgver='0.5.10'
+pkgrel='1'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"
license=('MIT')
-depends=('libuv' 'ocaml>=4.02.0' 'ocaml-ctypes>=0.13.0' 'ocaml-result')
+depends=('libuv' 'ocaml>=4.02.0' 'ocaml-ctypes>=0.14.0' 'ocaml-result')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('fc94c26a2d567fb57917dbdc08e5e4f02e19bdbefd1524d5ccf650f87a4d3835')
+sha256sums=('9d0cdff2fec30f4b4732eeb6508abf56c795925f8e2f615464fbc57c02e77c64')
_sourcedirectory="$_projectname-$pkgver"