summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a91778e64d69..b3d63d341a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,19 @@
# Generated by mksrcinfo v8
-# Sat Oct 19 12:23:08 UTC 2019
+# Tue Feb 11 21:23:05 UTC 2020
pkgbase = ocaml-ppxfind-git
pkgdesc = ocamlfind ppx tool
pkgver = 20190513
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/diml/ppxfind
arch = x86_64
license = BSD
+ makedepends = dune
makedepends = ocamlbuild
makedepends = ocaml-findlib
makedepends = ocaml-migrate-parsetree
+ depends = ocaml
provides = ocaml-ppxfind
+ conflicts = ocaml-ppxfind
source = ocaml-ppxfind-git::git://github.com/diml/ppxfind.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 58e9d5512cff..e8daf553bfe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=ocaml-ppxfind-git
pkgver=20190513
-pkgrel=1
+pkgrel=3
pkgdesc="ocamlfind ppx tool"
arch=('x86_64')
url='https://github.com/diml/ppxfind'
license=('BSD')
provides=('ocaml-ppxfind')
-makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-migrate-parsetree')
+conflicts=('ocaml-ppxfind')
+depends=('ocaml')
+makedepends=('dune' 'ocamlbuild' 'ocaml-findlib' 'ocaml-migrate-parsetree')
source=("${pkgname}::git://github.com/diml/ppxfind.git")
md5sums=('SKIP')