python-patch-ng: Update to 1.18.1

This commit is contained in:
Christoph Reiter 2025-01-07 21:14:13 +01:00
parent 879bd8de76
commit 881fe9dc3d

View File

@ -3,8 +3,8 @@
_realname=patch-ng
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.18.0
pkgrel=2
pkgver=1.18.1
pkgrel=1
pkgdesc="Python library to parse and apply unified diffs (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('da067628d6d5fd9dc5a55eab37951d46bd95661b7219fab364b711366abcc690')
sha256sums=('52fd46ee46f6c8667692682c1fd7134edc65a2d2d084ebec1d295a6087fc0291')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"