From 98e1ca7df0448a9be84751cf6e7fc19d4e21f63d Mon Sep 17 00:00:00 2001 From: JPeterMugaas Date: Mon, 20 May 2019 04:32:12 -0400 Subject: [PATCH] Fix missing double-quote. --- mingw-w64-python-markdown-math/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-markdown-math/PKGBUILD b/mingw-w64-python-markdown-math/PKGBUILD index dab16d4631..f2cde518d1 100644 --- a/mingw-w64-python-markdown-math/PKGBUILD +++ b/mingw-w64-python-markdown-math/PKGBUILD @@ -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')