summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2018-09-07 14:11:16 +0200
committerMort Yao2018-09-07 14:11:16 +0200
commit39813b18e8ca19d66294ab87ce074c69ff06f307 (patch)
treeb1e8078bb4852d3566995ac2c73f463648ee816b
parent1fb7657eb999464fb93b7f8c65380f994cc0bc15 (diff)
downloadaur-39813b18e8ca19d66294ab87ce074c69ff06f307.tar.gz
ocaml-ppxfind-git 20171213-3
-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')