mingw-w64-cross-clang: remove the git suffix
We don't have a non-git version, so no need to make things complicated.
This commit is contained in:
parent
01c82edb48
commit
0dee4c0469
@ -2,13 +2,11 @@
|
||||
|
||||
_realname=headers
|
||||
_mingw_suff=mingw-w64-cross-clang
|
||||
pkgname=("${_mingw_suff}-${_realname}-git")
|
||||
replaces=("${_mingw_suff}-${_realname}")
|
||||
provides=("${_mingw_suff}-${_realname}")
|
||||
conflicts=("${_mingw_suff}-${_realname}" "${_mingw_suff%-*}-${_realname}")
|
||||
pkgname=("${_mingw_suff}-${_realname}")
|
||||
conflicts=("${_mingw_suff%-*}-${_realname}")
|
||||
pkgdesc="MinGW-w64 headers for cross-compiler"
|
||||
pkgver=9.0.0.6029.ecb4ff54
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://mingw-w64.sourceforge.io/"
|
||||
license=('custom')
|
||||
Loading…
x
Reference in New Issue
Block a user