summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')