From 934637a4b49f12e5c89bdeb412e613f82eaee3db Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 19 Jul 2018 10:53:20 +0300 Subject: [PATCH] python-sphinx: Fix typo --- mingw-w64-python-sphinx/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-sphinx/PKGBUILD b/mingw-w64-python-sphinx/PKGBUILD index 374154e5e8..edf663f973 100644 --- a/mingw-w64-python-sphinx/PKGBUILD +++ b/mingw-w64-python-sphinx/PKGBUILD @@ -31,7 +31,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-six" "${MINGW_PACKAGE_PREFIX}-python2-sqlalchemy" - "${MINGW_PACKAGE_PREFIX}-python3-whoosh" + "${MINGW_PACKAGE_PREFIX}-python2-whoosh" ) checkdepends=( "${MINGW_PACKAGE_PREFIX}-python3-nose"