diff --git a/mingw-w64-python-icu/PKGBUILD b/mingw-w64-python-icu/PKGBUILD index dc7476c2fc..e1b5e43c81 100644 --- a/mingw-w64-python-icu/PKGBUILD +++ b/mingw-w64-python-icu/PKGBUILD @@ -1,7 +1,6 @@ # Contributor: Josip _realname=PyICU - pkgname=("${MINGW_PACKAGE_PREFIX}-python2-icu" "${MINGW_PACKAGE_PREFIX}-python3-icu") pkgver=1.8 pkgrel=1 @@ -16,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-icu") options=('staticlibs' 'strip' '!debug') source=("https://pypi.python.org/packages/source/P/${_realname}/${_realname}-${pkgver}.tar.gz") -md5sums=("00c8d40e5400f52c8474aa9480e8dbc1") +md5sums=('00c8d40e5400f52c8474aa9480e8dbc1') prepare() { cd "${srcdir}"