diff --git a/mingw-w64-python-license-expression/PKGBUILD b/mingw-w64-python-license-expression/PKGBUILD index 7584f45c21..10791fddd5 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.2.0 +pkgver=30.3.0 pkgrel=1 pkgdesc="comprehensive utility library to parse, compare, simplify and normalize license expressions (mingw-w64)" arch=('any') @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('599928edd995c43fc335e0af342076144dc71cb858afa1ed9c1c30c4e81794f5') +sha256sums=('1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5') prepare() { cd "${srcdir}/${_realname}-${pkgver}"