summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2015-07-06 10:49:51 +0200
committerChris Warrick2015-07-06 10:49:51 +0200
commit330bab23d4704f5fb069ee94033a7b900e077bfa (patch)
tree6418d0bcf468e4eb63c4fa45149810d7f2ada136 /PKGBUILD
parent10262f89cf61d5ea42eb58ad6f312508fc302961 (diff)
downloadaur-330bab23d4704f5fb069ee94033a7b900e077bfa.tar.gz
dependencies
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf3105fc1aa9..3ead2e131d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('BSD')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('ce41bbe2961dd7d655870149ead54871')
-depends=('python' 'python-setuptools' 'python-urwid' 'python-pyperclip')
+depends=('pass' 'python' 'python-setuptools' 'python-urwid' 'python-pyperclip')
prepare() {
cd "${srcdir}/${_pyname}-${pkgver}"