Skip to content

Commit

Permalink
Merge pull request #4824 from lazka/python-yaml-6.0.2
Browse files Browse the repository at this point in the history
python-yaml: Update to 6.0.2
  • Loading branch information
lazka authored Aug 11, 2024
2 parents 91aec8e + d8d056c commit 26c715a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-yaml/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _pyname=pyyaml
_realname=yaml
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=6.0.2rc1
pkgver=6.0.2
pkgrel=1
pkgdesc='Python bindings for YAML, using fast libYAML library'
arch=('i686' 'x86_64')
Expand All @@ -27,7 +27,7 @@ makedepends=(
'gcc'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('826fb4d5ac2c48b9d6e71423def2669d4646c93b6c13612a71b3ac7bb345304b')
sha256sums=('d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e')

build() {
cd "${_pyname}-${pkgver}"
Expand Down

0 comments on commit 26c715a

Please sign in to comment.