summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Panteleev2021-08-21 07:23:58 +0000
committerVladimir Panteleev2021-08-21 07:23:58 +0000
commit2a2ebcf65f7ce4364e4efcf9344c37790feb1f3f (patch)
tree29f652904a3b27ba9ccdc4ef2d45e98e3e90f169 /PKGBUILD
parent5d09f5bbf66941986986d771e4d5099178a66592 (diff)
downloadaur-aconfmgr-git.tar.gz
Add 'expect' dependency
See: - https://github.com/CyberShadow/aconfmgr/issues/111 - https://github.com/andrewgregory/pacutils/pull/45
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2b10699a0b8..26f7cea8251e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=(
# "Optional" in the sense that without these, `aconfmgr --help` will
# run but they will be needed to actually save/restore
# configurations
- 'pacman' 'grep' 'gawk' 'diffutils' 'pacutils'
+ 'pacman' 'grep' 'gawk' 'diffutils' 'pacutils' 'expect'
)
makedepends=('git')
optdepends=(