summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMort Yao2020-02-11 22:34:12 +0100
committerMort Yao2020-02-11 22:34:12 +0100
commit1a7d2f96c363a901810d7108dbbe1da69d45ab7d (patch)
tree8e66fbdf462d46bfa6d0b9d0b6eb539a08e470b6 /PKGBUILD
parent5a2eae04c5c1496acd23cb925749c7d1f3173795 (diff)
downloadaur-ocaml-ppxfind-git.tar.gz
ocaml-ppxfind-git 20190513-3
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')