summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2020-02-11 22:34:12 +0100
committerMort Yao2020-02-11 22:34:12 +0100
commit1a7d2f96c363a901810d7108dbbe1da69d45ab7d (patch)
tree8e66fbdf462d46bfa6d0b9d0b6eb539a08e470b6
parent5a2eae04c5c1496acd23cb925749c7d1f3173795 (diff)
downloadaur-ocaml-ppxfind-git.tar.gz
ocaml-ppxfind-git 20190513-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df74bf9ed1a..b3d63d341a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Sat Oct 19 16:56:07 UTC 2019
+# Tue Feb 11 21:23:05 UTC 2020
pkgbase = ocaml-ppxfind-git
pkgdesc = ocamlfind ppx tool
pkgver = 20190513
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/diml/ppxfind
arch = x86_64
license = BSD
+ makedepends = dune
makedepends = ocamlbuild
makedepends = ocaml-findlib
makedepends = ocaml-migrate-parsetree
diff --git a/PKGBUILD b/PKGBUILD
index 2f10b25d0dfb..e8daf553bfe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ocaml-ppxfind-git
pkgver=20190513
-pkgrel=2
+pkgrel=3
pkgdesc="ocamlfind ppx tool"
arch=('x86_64')
url='https://github.com/diml/ppxfind'
@@ -10,7 +10,7 @@ license=('BSD')
provides=('ocaml-ppxfind')
conflicts=('ocaml-ppxfind')
depends=('ocaml')
-makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-migrate-parsetree')
+makedepends=('dune' 'ocamlbuild' 'ocaml-findlib' 'ocaml-migrate-parsetree')
source=("${pkgname}::git://github.com/diml/ppxfind.git")
md5sums=('SKIP')