summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-08 10:19:13 +0200
committerDaniel Peukert2023-04-08 10:19:13 +0200
commitb713b701aaf1d5041ce2fe961d4f6e2e8698f07d (patch)
tree0233a63bfd7e630b3b4312c082f60c207d06d908
parent734e15845c4440bc8658c7f7d7a279580c9fc3e4 (diff)
downloadaur-b713b701aaf1d5041ce2fe961d4f6e2e8698f07d.tar.gz
Update ocaml-luv to 0.5.12
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74cb1932e2d8..ab18e640db4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
- pkgver = 0.5.11
- pkgrel = 5
+ pkgver = 0.5.12
+ pkgrel = 1
url = https://github.com/aantron/luv
arch = x86_64
arch = i486
@@ -12,13 +12,12 @@ pkgbase = ocaml-luv
license = MIT
makedepends = dune>=2.0.0
depends = libuv
- depends = ocaml>=4.02.0
+ depends = ocaml>=4.03.0
depends = ocaml-compiler-libs
depends = ocaml-ctypes>=0.14.0
- depends = ocaml-result
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-luv-0.5.11-5.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
- sha512sums = 3034b70935bc1bf1f6c2b7a34b0997ebf91e08e232576c48cc6499c59f2ad611e9c69daf8670f1190d74d2e6956a79ae60aa192e5b9f9041ddd6cc8ff389a903
+ source = ocaml-luv-0.5.12-1.tar.gz::https://github.com/aantron/luv/archive/0.5.12.tar.gz
+ sha512sums = 9d3b54c43e4b55d41576d8639aacfb170f5749d48caf545decfa43aac5c39621a1e9b9bf8709c23edce3cdfe33534f226abdd86543984448483a1679a362ef71
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 47a76fe678e8..849dd3e88e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='luv'
pkgname="ocaml-$_projectname"
-pkgver='0.5.11'
-pkgrel='5'
+pkgver='0.5.12'
+pkgrel='1'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"
license=('MIT')
-depends=('libuv' 'ocaml>=4.02.0' 'ocaml-compiler-libs' 'ocaml-ctypes>=0.14.0' 'ocaml-result' 'ocaml-stdlib-shims')
+depends=('libuv' 'ocaml>=4.03.0' 'ocaml-compiler-libs' 'ocaml-ctypes>=0.14.0' 'ocaml-stdlib-shims')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('3034b70935bc1bf1f6c2b7a34b0997ebf91e08e232576c48cc6499c59f2ad611e9c69daf8670f1190d74d2e6956a79ae60aa192e5b9f9041ddd6cc8ff389a903')
+sha512sums=('9d3b54c43e4b55d41576d8639aacfb170f5749d48caf545decfa43aac5c39621a1e9b9bf8709c23edce3cdfe33534f226abdd86543984448483a1679a362ef71')
_sourcedirectory="$_projectname-$pkgver"