summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96d6fa24f7c0..96ea6cdeaba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ arch=('any')
url="https://github.com/zsquareplusc/mpy-repl-tool"
license=('custom')
makedepends=('python-setuptools')
-depends=(python-pyserial python-colorama)
+depends=('python-pyserial' 'python-colorama')
optdepends=('python-fusepy: for mounting the micropython filesystem')
-source=(https://files.pythonhosted.org/packages/44/6c/7b90f0db24cb83964dca4832af5c969722feff108c479fa8185a225d88e2/${pkgname}-${pkgver}.tar.gz)
+source=("https://files.pythonhosted.org/packages/44/6c/7b90f0db24cb83964dca4832af5c969722feff108c479fa8185a225d88e2/${pkgname}-${pkgver}.tar.gz")
md5sums=('2ef2861d1630a5314de87c83dfda2ad5')