summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e9d489332a1..ade4286c54d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = cmdline
url = https://github.com/jrouleau/cmdline
arch = any
license = MIT
- depends = sh
+ depends = bash
depends = coreutils
depends = sed
source = https://github.com/jrouleau/cmdline/archive/v2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a7bb59f13358..e514d66364f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Generates a kernel cmdline string from /etc/cmdline and /etc/cmdline.d/
arch=('any')
url="https://github.com/jrouleau/cmdline"
license=('MIT')
-depends=('sh' 'coreutils' 'sed')
+depends=('bash' 'coreutils' 'sed')
source=("https://github.com/jrouleau/cmdline/archive/v${pkgver}.tar.gz")
sha256sums=('8e0268a6896c766a66a840bc16a1c18a26cb3cdc8bc27b552daa1ec59dade827')