diff --git a/python-attrs/PKGBUILD b/python-attrs/PKGBUILD index 8cfd6f30..57b86fbb 100644 --- a/python-attrs/PKGBUILD +++ b/python-attrs/PKGBUILD @@ -3,12 +3,13 @@ _realname=attrs pkgbase=python-attrs pkgname=("python-${_realname}") -pkgver=24.3.0 +pkgver=25.1.0 pkgrel=1 pkgdesc="Attributes without boilerplate." arch=('any') license=('spdx:MIT') -url="https://attrs.readthedocs.org/" +url='https://www.attrs.org/' +msys2_repository_url='https://github.com/python-attrs/attrs' msys2_references=( "pypi:attrs" ) @@ -20,11 +21,8 @@ makedepends=( 'python-build' 'python-installer' ) -provides=("python3-${_realname}") -replaces=("python3-${_realname}") -conflicts=("python3-${_realname}") -source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz") -sha512sums=('9974c1510e78887aedae51813d2edcbb5210de302360c1b0e8cd64265b32acae65e633d61d936aaf8541f79180b9e61e1a9e2a88ac09f8ef29423afb340db8ef') +source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") +sha512sums=('706cb41ce86e129bc683dbc92a303494e9ebb87c7e5436dd1418a8dc400f460db9a0ab0e8af3037c035e20caeec4fcbb128314fd939b4286f956277474f7b0bd') build() { cd "${srcdir}/${_realname}-${pkgver}"