summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2022-07-08 08:49:46 -0700
committerShadowKyogre2022-07-08 08:49:46 -0700
commit275857fd4409639a740987990a1cac760f87d323 (patch)
tree155e0e0ad83ff28312ee6df450900596e4a7e42e /PKGBUILD
parentc2728445406b382b604165f5de42f7dcd161fa47 (diff)
downloadaur-zsh-directory-history-git.tar.gz
Explicitly declare python2 dependency
dirhist is a python2 script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 396da529ae24..a24d54701442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Per directory history plugin for zsh"
arch=('any')
url="https://github.com/tymm/zsh-directory-history"
license=('BSD')
-depends=('zsh')
+depends=('zsh' 'python2')
makedepends=('git')
provides=('zsh-directory-history')
conflicts=('zsh-directory-history')