diff --git a/mingw-w64-python-license-expression/PKGBUILD b/mingw-w64-python-license-expression/PKGBUILD index b2149d4d45..7dfda482be 100644 --- a/mingw-w64-python-license-expression/PKGBUILD +++ b/mingw-w64-python-license-expression/PKGBUILD @@ -3,7 +3,7 @@ _realname=license-expression pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=30.4.3 +pkgver=30.4.4 pkgrel=1 pkgdesc="comprehensive utility library to parse, compare, simplify and normalize license expressions (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('49f439fea91c4d1a642f9f2902b58db1d42396c5e331045f41ce50df9b40b1f2') +sha256sums=('73448f0aacd8d0808895bdc4b2c8e01a8d67646e4188f887375398c761f340fd') prepare() { cd "${srcdir}/${_realname/-/_}-${pkgver}"