summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2021-02-09 09:42:24 +0100
committerPeter Züger2021-02-09 09:42:24 +0100
commit3e15bedb548e63fa2bc01851aa7cde21cd567faf (patch)
treeded006269b430eeb776358d9d1b089f6c847a41d
parented1130968b10954c67fc110d1c70aabb5e3f42c6 (diff)
downloadaur-3e15bedb548e63fa2bc01851aa7cde21cd567faf.tar.gz
fixed: use quotes
-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')