diff --git a/mingw-w64-python-sortedcontainers/PKGBUILD b/mingw-w64-python-sortedcontainers/PKGBUILD index ed628e7443..d40b25867f 100644 --- a/mingw-w64-python-sortedcontainers/PKGBUILD +++ b/mingw-w64-python-sortedcontainers/PKGBUILD @@ -3,7 +3,7 @@ _realname=sortedcontainers pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.3.0 +pkgver=2.4.0 pkgrel=1 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet (mingw-w64)" arch=('any') @@ -13,7 +13,7 @@ license=('Apache') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=(https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz) -sha256sums=('59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1') +sha256sums=('25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88') build() { cd "${srcdir}/${_realname}-${pkgver}"