summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-15 13:25:13 +0100
committerDaniel Peukert2020-03-15 13:25:13 +0100
commit0cc6a4c8d077b5440b00cb3a5bf12be738186653 (patch)
tree6ac4e03e15c16c08392e256607e7b5765bd67a48
parentaf0e668c8637cfef734797a83fd204a41810c93a (diff)
downloadaur-0cc6a4c8d077b5440b00cb3a5bf12be738186653.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 a38af6fd3e7b..24deab89a712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = ocaml-mmap
arch = aarch64
license = custom:LGPL2.1 with linking exception
makedepends = dune>=1.6.0
- makedepends = ocaml-findlib
depends = ocaml>=4.02.3
options = !strip
source = ocaml-mmap-1.1.0-2.tar.gz::https://github.com/mirage/mmap/archive/v1.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5d92f8721cc0..3c3939230260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/mirage/$_projectname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.02.3')
-makedepends=('dune>=1.6.0' 'ocaml-findlib')
+makedepends=('dune>=1.6.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('28db2e3cc92e3cba800860a117b6bda40a00a3a7a1c138e5532eedf0b822001b')