diff --git a/mingw-w64-python-iso8601/PKGBUILD b/mingw-w64-python-iso8601/PKGBUILD index 54af06714d..1a1f839bbc 100644 --- a/mingw-w64-python-iso8601/PKGBUILD +++ b/mingw-w64-python-iso8601/PKGBUILD @@ -3,9 +3,8 @@ _realname=iso8601 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -_libname=iso8601 pkgver=0.1.12 -pkgrel=1 +pkgrel=2 pkgdesc="Simple module to parse ISO 8601 dates (mingw-w64)" arch=('any') url="https://pyiso8601.readthedocs.io/en/latest/" @@ -15,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") options=('staticlibs' 'strip' '!debug') -source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) +source=(https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz) sha256sums=('49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82') # Helper macros to help make tasks easier #