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