Skip to content

Commit db48444

Browse files
committed
python-pkginfo: update to 1.12.0
1 parent dbd0321 commit db48444

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

mingw-w64-python-pkginfo/PKGBUILD

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
_realname=pkginfo
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
7-
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
8-
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
9-
pkgver=1.11.1
10-
pkgrel=3
6+
pkgver=1.12.0
7+
pkgrel=1
118
pkgdesc="Query metadatdata from sdists / bdists / installed packages (mingw-w64)"
129
arch=('any')
1310
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -25,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2522
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
2623
options=('!strip')
2724
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
28-
sha512sums=('9bb159e4c9efe6d42c6f564346bb3bfacc700cfdf3498d7dcdddcbbc5e9797df720f3f0a2142a7abd2e84e82ec30823d9807a61304af1c165973a2582ffb2731')
25+
sha512sums=('871d85cfbc69380033dc071bfb32dc3da4a5c44fefda8c3be9c7ae5d8ed17f2800f82f9ce3b81e4c0ebb3a1956581093a1379d00a9eb6a42e0821253586aaceb')
2926

3027
build() {
3128
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)