python-license-expression: update to 30.3.0

This commit is contained in:
Biswapriyo Nath
2024-06-02 14:20:19 +00:00
parent 7305fc9cef
commit cbfb91d1ee

View File

@@ -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}"