summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e99e6e9a141..7fd940ca09c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = iso-commander
arch = x86_64
license = GPL3
depends = coreutils
+ depends = glibc
depends = readline
depends = util-linux
optdepends = ccd2iso: BIN/IMG conversion support
diff --git a/PKGBUILD b/PKGBUILD
index 8423e92301a5..cae8365c1a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='The Fastest ISO Manager on the Planet, written in C++'
arch=('x86_64')
url="https://github.com/siyia2/iso-commander"
license=('GPL3')
-depends=('coreutils' 'readline' 'util-linux')
+depends=('coreutils' 'glibc' 'readline' 'util-linux')
optdepends=('ccd2iso: BIN/IMG conversion support' 'mdf2iso: MDF/MDS conversion support')
md5sums=('c2c03cc7a8e6b3fb9f6174ae3d7def30')