summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-15 13:26:00 +0100
committerDaniel Peukert2020-03-15 13:26:00 +0100
commit5024e18c379f35ee592c98dbcf0717a3a3102e31 (patch)
tree92b7769358e7aefd936e925f71d5d1b32dd1d04f
parentea94871a003242e923ff9fd4f0db163e3793a243 (diff)
downloadaur-5024e18c379f35ee592c98dbcf0717a3a3102e31.tar.gz
General ocaml dependency update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432fb39e3467..f27f550643dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = ocaml-ppxfind
arch = aarch64
license = MIT
makedepends = dune
+ makedepends = ocaml-findlib
depends = ocaml>=4.02.3
depends = ocaml-findlib
depends = ocaml-migrate-parsetree
diff --git a/PKGBUILD b/PKGBUILD
index 863a433b129e..0060f7839895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/diml/$_projectname"
license=('MIT')
depends=('ocaml>=4.02.3' 'ocaml-findlib' 'ocaml-migrate-parsetree')
-makedepends=('dune')
+makedepends=('dune' 'ocaml-findlib')
options=('!strip')
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"