summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryuu2020-11-04 16:46:30 -0300
committeryuu2020-11-04 16:46:30 -0300
commit50c93f8933a281716df289ad177b3d1074064fc4 (patch)
treebf356e70ec19f0c57f69b62d2fffa3d81cb58e9f /PKGBUILD
parentc58e52efa6669f25bcd55d1603be2e2f3505389f (diff)
downloadaur-50c93f8933a281716df289ad177b3d1074064fc4.tar.gz
Add 'sh' as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a964a7ae7f8..559ce8ba78a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Shell script to easily setup mu4e on Emacs"
arch=('any')
url=https://github.com/cemkeylan/mu-wizard
license=('GPL3')
-depends=('isync' 'msmtp' 'mu' 'pass')
+depends=('isync' 'msmtp' 'mu' 'pass' 'sh')
makedepends=('git')
optdepends=('pash: alternative password manager'
'pm: alternative password manager')