summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2021-08-21 07:23:58 +0000
committerVladimir Panteleev2021-08-21 07:23:58 +0000
commit2a2ebcf65f7ce4364e4efcf9344c37790feb1f3f (patch)
tree29f652904a3b27ba9ccdc4ef2d45e98e3e90f169
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
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96ca52991a48..abb00735926d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = aconfmgr-git
depends = gawk
depends = diffutils
depends = pacutils
+ depends = expect
optdepends = aurman: aurman integration
optdepends = pacaur: pacaur integration
optdepends = paru: paru integration
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=(