Fix MSYS2 pkgver to only use allowed characters.
This commit is contained in:
parent
9de8577e04
commit
e3ed4b28e7
|
|
@ -1,7 +1,7 @@
|
||||||
_realname=iverilog
|
_realname=iverilog
|
||||||
pkgbase=mingw-w64-${_realname}
|
pkgbase=mingw-w64-${_realname}
|
||||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||||
pkgver=11-ci
|
pkgver=11.ci
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Icarus Verilog, a Verilog simulation and synthesis tool (mingw-w64)"
|
pkgdesc="Icarus Verilog, a Verilog simulation and synthesis tool (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue