diff options
author | Mort Yao | 2020-02-11 22:21:08 +0100 |
---|---|---|
committer | Mort Yao | 2020-02-11 22:21:08 +0100 |
commit | 4d40d8acbaee44fbd12599db9249a2f32eae2341 (patch) | |
tree | e9b460648bb05091f4cd12a695c064217ae584f8 /PKGBUILD | |
parent | 8a82fb267fff16d75f8729dabef43c2de5545cbe (diff) | |
download | aur-4d40d8acbaee44fbd12599db9249a2f32eae2341.tar.gz |
ocaml-ppx_tools-git 20200211-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |