summarylogtreecommitdiffstats
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
parente5a8d6f7d0fbf4ca6a85edd3595596946a3d0258 (diff)
downloadaur-fd01cde0276c86fbf5c1af8237ef4f75913d7855.tar.gz
Fix typo in depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 597afa61b5a9..886a8244e585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-click-repl-git
url = https://github.com/untitaker/click-repl
arch = any
license = MIT
- depends = python-click,
+ depends = python-click
depends = python-prompt_toolkit
options = !emptydirs
source = git+https://github.com/untitaker/click-repl.git
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')