[arch-commits] Commit in ocaml-findlib/trunk (PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Mon Jan 22 20:39:57 UTC 2018


    Date: Monday, January 22, 2018 @ 20:39:55
  Author: juergen
Revision: 285239

add missing dependency

Modified:
  ocaml-findlib/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 20:38:36 UTC (rev 285238)
+++ PKGBUILD	2018-01-22 20:39:55 UTC (rev 285239)
@@ -14,7 +14,7 @@
 arch=('x86_64')
 url='http://projects.camlcity.org/projects/findlib.html'
 license=('MIT')
-depends=('ocaml')
+depends=('ocaml' 'ocaml-compiler-libs')
 makedepends=('setconf')
 source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz" "externalmeta6.patch")
 sha256sums=('d196608fa23c36c2aace27d5ef124a815132a5fcea668d41fa7d6c1ca246bd8b'



More information about the arch-commits mailing list