diff options
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,6 @@ pkgbase = ocaml-sexplib0 arch = aarch64 license = MIT makedepends = dune>=2.0.0 - depends = glibc depends = ocaml>=4.04.2 options = !strip source = ocaml-sexplib0-0.14.0-1.tar.gz::https://github.com/janestreet/sexplib0/archive/v0.14.0.tar.gz @@ -8,7 +8,7 @@ pkgdesc='Library containing the definition of S-expressions and some base conver arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/janestreet/$_projectname" license=('MIT') -depends=('glibc' 'ocaml>=4.04.2') +depends=('ocaml>=4.04.2') makedepends=('dune>=2.0.0') options=('!strip') source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz") |