summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMort Yao2020-02-11 22:21:08 +0100
committerMort Yao2020-02-11 22:21:08 +0100
commit4d40d8acbaee44fbd12599db9249a2f32eae2341 (patch)
treee9b460648bb05091f4cd12a695c064217ae584f8 /PKGBUILD
parent8a82fb267fff16d75f8729dabef43c2de5545cbe (diff)
downloadaur-4d40d8acbaee44fbd12599db9249a2f32eae2341.tar.gz
ocaml-ppx_tools-git 20200211-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a1e64bcb9e3..e4d8e5af8207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mort Yao <soi@mort.ninja>
pkgname=ocaml-ppx_tools-git
-pkgver=20190719
+pkgver=20200211
pkgrel=1
pkgdesc="Tools for authors of ppx rewriters and other syntactic tools"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
provides=('ocaml-ppx_tools')
conflicts=('ocaml-ppx_tools')
depends=('ocaml')
-makedepends=('ocaml-findlib')
+makedepends=('ocaml-findlib' 'dune')
source=("${pkgname}::git://github.com/ocaml-ppx/ppx_tools.git")
md5sums=('SKIP')