summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f10b25d0dfb..e8daf553bfe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ocaml-ppxfind-git
pkgver=20190513
-pkgrel=2
+pkgrel=3
pkgdesc="ocamlfind ppx tool"
arch=('x86_64')
url='https://github.com/diml/ppxfind'
@@ -10,7 +10,7 @@ license=('BSD')
provides=('ocaml-ppxfind')
conflicts=('ocaml-ppxfind')
depends=('ocaml')
-makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-migrate-parsetree')
+makedepends=('dune' 'ocamlbuild' 'ocaml-findlib' 'ocaml-migrate-parsetree')
source=("${pkgname}::git://github.com/diml/ppxfind.git")
md5sums=('SKIP')