aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/opam/APKBUILD')
-rw-r--r--community/opam/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index a8a30e5065..75b5403a92 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -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=""