Skip to content

Commit

Permalink
python-packaging: Update to 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 13, 2024
1 parent a616d90 commit 290abbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-packaging/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=packaging
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=24.1
pkgrel=2
pkgver=24.2
pkgrel=1
pkgdesc="Core utilities for Python packages"
arch=('any')
url="https://github.com/pypa/packaging"
Expand All @@ -15,7 +15,7 @@ provides=("python3-${_realname}")
replaces=("python3-${_realname}")
conflicts=("python3-${_realname}")
source=("https://pypi.io/packages/source/p/packaging/packaging-${pkgver}.tar.gz")
sha256sums=('026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002')
sha256sums=('c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f')

build() {
cd "${srcdir}"/packaging-${pkgver}
Expand Down

0 comments on commit 290abbd

Please sign in to comment.