summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b74c8f5156d..56d32a497224 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 = 4
+ pkgrel = 5
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
@@ -13,10 +13,12 @@ pkgbase = ocaml-luv
makedepends = dune>=2.0.0
depends = libuv
depends = ocaml>=4.02.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-4.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
+ source = ocaml-luv-0.5.11-5.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
sha512sums = 3034b70935bc1bf1f6c2b7a34b0997ebf91e08e232576c48cc6499c59f2ad611e9c69daf8670f1190d74d2e6956a79ae60aa192e5b9f9041ddd6cc8ff389a903
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 07ebb19d8895..09c628d25433 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_projectname='luv'
pkgname="ocaml-$_projectname"
pkgver='0.5.11'
-pkgrel='4'
+pkgrel='5'
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.14.0' 'ocaml-result')
+depends=('libuv' 'ocaml>=4.02.0' 'ocaml-compiler-libs' 'ocaml-ctypes>=0.14.0' 'ocaml-result' 'ocaml-stdlib-shims')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")