summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2015-10-11 03:19:53 -0300
committerHugo Osvaldo Barrera2015-10-11 03:19:53 -0300
commitfd01cde0276c86fbf5c1af8237ef4f75913d7855 (patch)
tree08a6583ba19292728fdb36c70b6c3738a5a28d45 /PKGBUILD
parente5a8d6f7d0fbf4ca6a85edd3595596946a3d0258 (diff)
downloadaur-fd01cde0276c86fbf5c1af8237ef4f75913d7855.tar.gz
Fix typo in depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f204f10643a6..2ef91cb7fbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Subcommand REPL for click apps."
arch=('any')
url="https://github.com/untitaker/${_pkgname}"
license=('MIT')
-depends=('python-click', 'python-prompt_toolkit')
+depends=('python-click' 'python-prompt_toolkit')
options=(!emptydirs)
source=("git+https://github.com/untitaker/${_pkgname}.git")
md5sums=('SKIP')