pyfasttextureutils: remove -git suffix (#27072)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user