diff lib/libbytesize/libbytesize.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 297b5eef115e
line wrap: on
line diff
--- a/lib/libbytesize/libbytesize.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/lib/libbytesize/libbytesize.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="LGPLv21"
 PKGSUMMARY="a for working with arbitrary big sizes in bytes"
 PKGDOWNLOAD="https://github.com/storaged-project/libbytesize/releases/download/$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="pcre2"
+PKGDEPENDS="gmp mpfr pcre2"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}