mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/opam: fix missing dependency
This commit is contained in:
parent
3de6903042
commit
0aacf88e5e
@ -2,12 +2,12 @@
|
||||
# Maintainer: Anil Madhavapeddy <anil@recoil.org>
|
||||
pkgname=opam
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="OCaml Package Manager"
|
||||
url="https://opam.ocaml.org"
|
||||
arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms
|
||||
license="LGPL-3.0"
|
||||
depends="ocaml camlp4 curl tar unzip rsync aspcud"
|
||||
depends="ocaml camlp4 curl tar unzip rsync aspcud patch"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
|
Loading…
Reference in New Issue
Block a user