summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-22 09:55:47 +0200
committerDaniel Peukert2020-08-22 09:55:47 +0200
commit84e72c4f8fea3ccd85c584bad4570772b42426e7 (patch)
tree6d62cbbf74561a5778d5e4e0ac22c9fbaa28254e
parent0f65c397bb4ae797f03ada0b77d65025468c5c7d (diff)
downloadaur-84e72c4f8fea3ccd85c584bad4570772b42426e7.tar.gz
Removed glibc from deps as it's contained in base
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a31a44da8f9e..65ccc0c46d4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 58f77c201e9d..495c6e4dbeee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")