Fix MSYS2 pkgver to only use allowed characters.

This commit is contained in:
Martin Whitaker 2020-12-05 21:55:18 +00:00
parent 9de8577e04
commit e3ed4b28e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
_realname=iverilog
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=11-ci
pkgver=11.ci
pkgrel=1
pkgdesc="Icarus Verilog, a Verilog simulation and synthesis tool (mingw-w64)"
arch=('any')