Skip to content

Commit

Permalink
python-tomlkit: update to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 15, 2023
1 parent acd41e0 commit 39c6bc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-python-tomlkit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
_realname=tomlkit
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.12.1
pkgver=0.12.3
pkgrel=1
pkgdesc="Style preserving TOML library. (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'archlinux: python-tomlkit'
'pypi: tomlkit'
)
url='https://github.com/sdispater/tomlkit'
Expand All @@ -23,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-yaml")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha512sums=('1f82023cbb8168f847bfa0211ee5c4d6870973ee1f51f4b60deb34ae6e0e930fe299c939b6c157811d16a73c68225a468e8312ca2731e1bbdcc5541fde2e2360')
sha512sums=('f89b1fdcbefcd511bbc5e22a1cc57d8c4593fc1353e901de31c69ac99ed3c685f042d71205c747bd5d20df246dd19b5402393df81231f12d18414d85c0a0000c')

prepare() {
rm -rf python-build-${CARCH} | true
Expand Down

0 comments on commit 39c6bc6

Please sign in to comment.