summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a09baebc7d5..a74d5fc063ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Fri May 18 22:35:37 UTC 2018
+# Fri Sep 7 12:01:16 UTC 2018
pkgbase = ocaml-ppxfind-git
pkgdesc = ocamlfind ppx tool
pkgver = 20171213
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/diml/ppxfind
arch = x86_64
license = BSD
makedepends = ocamlbuild
makedepends = ocaml-findlib
+ makedepends = ocaml-migrate-parsetree
provides = ocaml-ppxfind
source = ocaml-ppxfind-git::git://github.com/diml/ppxfind.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 501ce5dd8ff3..17ff6be2025c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ocaml-ppxfind-git
pkgver=20171213
-pkgrel=2
+pkgrel=3
pkgdesc="ocamlfind ppx tool"
arch=('x86_64')
url='https://github.com/diml/ppxfind'
license=('BSD')
provides=('ocaml-ppxfind')
-makedepends=('ocamlbuild' 'ocaml-findlib')
+makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-migrate-parsetree')
source=("${pkgname}::git://github.com/diml/ppxfind.git")
md5sums=('SKIP')