pyfasttextureutils: remove -git suffix (#27072)

This commit is contained in:
Christoph Reiter
2025-12-28 11:32:41 +01:00
committed by GitHub
parent 9c6aa62058
commit cd149a084c
3 changed files with 4 additions and 2 deletions

View File

@@ -2,8 +2,7 @@
_realname=pyfasttextureutils
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}-git")
provides=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.r6.786d7cd
pkgrel=1
pkgdesc='Python module for quickly making certain modifications to images (mingw-w64)'
@@ -11,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/LagoLunatic/PyFastTextureUtils"
license=('spdx:MIT')
provides=("${MINGW_PACKAGE_PREFIX}-python-${_realname}-git=${pkgver}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python-${_realname}-git")
replaces=("${MINGW_PACKAGE_PREFIX}-python-${_realname}-git")
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"