diff --git a/python-hatch-fancy-pypi-readme/PKGBUILD b/python-hatch-fancy-pypi-readme/PKGBUILD index 8ca5873c..dcfa1bf3 100644 --- a/python-hatch-fancy-pypi-readme/PKGBUILD +++ b/python-hatch-fancy-pypi-readme/PKGBUILD @@ -3,8 +3,8 @@ _realname=hatch-fancy-pypi-readme pkgbase=python-hatch-fancy-pypi-readme pkgname=("python-${_realname}") -pkgver=24.1.0 -pkgrel=2 +pkgver=25.1.0 +pkgrel=1 pkgdesc="Fancy PyPI READMEs with Hatch" arch=('any') license=('spdx:MIT') @@ -19,7 +19,7 @@ makedepends=( 'python-installer' ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname//-/_}-${pkgver}.tar.gz") -sha256sums=('44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8') +sha256sums=('9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045') build() { cd "${srcdir}/${_realname//-/_}-${pkgver}"