summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-15 13:26:23 +0100
committerDaniel Peukert2020-03-15 13:26:23 +0100
commitbec6be660f164e428b8827b36b63f2f8ab90b5a5 (patch)
tree3242e6c5f23e036fc79500d9fd5ed40ca18ed9aa
parent13a43cce833711432a5b332d13d5f1077f50b743 (diff)
downloadaur-bec6be660f164e428b8827b36b63f2f8ab90b5a5.tar.gz
General ocaml dependency update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837245bea778..73806000148f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = ocaml-ppx_tools
arch = aarch64
license = MIT
makedepends = dune>=1.6.0
- makedepends = ocaml-findlib
depends = ocaml>=4.08.0
options = !strip
source = ocaml-ppx_tools-6.0+4.08.0-1.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.0+4.08.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 253fb44c7ccf..a477fe7bcaf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0')
-makedepends=('dune>=1.6.0' 'ocaml-findlib')
+makedepends=('dune>=1.6.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('d633d838c68ce9d01c572ea61072a524724116b8a6059c4f8b7a15010f772f8c')