community/opam: fix missing dependency

This commit is contained in:
Jacques-Pascal Deplaix 2018-02-05 16:03:14 +00:00 committed by Natanael Copa
parent 3de6903042
commit 0aacf88e5e

View File

@ -2,12 +2,12 @@
# Maintainer: Anil Madhavapeddy <anil@recoil.org> # Maintainer: Anil Madhavapeddy <anil@recoil.org>
pkgname=opam pkgname=opam
pkgver=1.2.2 pkgver=1.2.2
pkgrel=1 pkgrel=2
pkgdesc="OCaml Package Manager" pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org" url="https://opam.ocaml.org"
arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms
license="LGPL-3.0" license="LGPL-3.0"
depends="ocaml camlp4 curl tar unzip rsync aspcud" depends="ocaml camlp4 curl tar unzip rsync aspcud patch"
makedepends="$depends_dev" makedepends="$depends_dev"
install="" install=""
subpackages="" subpackages=""