Fix missing double-quote.

This commit is contained in:
JPeterMugaas
2019-05-20 04:32:12 -04:00
parent 687d5c6a2f
commit 98e1ca7df0

View File

@@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
options=('staticlibs' 'strip' '!debug')
checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-markdown" "${MINGW_PACKAGE_PREFIX}-python3-markdown")
source=("https://files.pythonhosted.org/packages/source/python-${_realname:0:1}/python-${_realname}/python-${_realname}-${pkgver}.tar.gz"{,.asc}
"fix-markdown-3.x.patch)
"fix-markdown-3.x.patch")
sha256sums=('c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022'
'SKIP'
'06ba6b40175a410534d14fe5482d773c1d49d684c0ac74c4795f187c10890c5f')