Skip to content

Commit

Permalink
verilator: update to 4.226
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored Sep 2, 2022
1 parent 246dce9 commit 79f0c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
15 changes: 0 additions & 15 deletions mingw-w64-verilator/0001-src-bisonpre-specify-utf-8-encoding.patch

This file was deleted.

7 changes: 2 additions & 5 deletions mingw-w64-verilator/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=verilator
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=4.224
pkgver=4.226
pkgrel=1
pkgdesc="The fastest free Verilog HDL simulator (mingw-w64)"
arch=('any')
Expand All @@ -19,18 +19,15 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")

source=(
"${_realname}.tar.gz::https://codeload.github.com/${_realname}/${_realname}/tar.gz/v${pkgver}"
'0001-src-bisonpre-specify-utf-8-encoding.patch'
)
sha256sums=(
'010ff2b5c76d4dbc2ed4a3278a5599ba35c8ed4c05690e57296d6b281591367b'
'82b6919aa6d29fd602506436c59ba0c08fb816b81430e615a3c70b826f681310'
'70bc941d86e4810253d51aa94898b0802d916ab76296a398f8ceb8798122c9be'
)

prepare() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
cp -rf "${srcdir}/${_realname}-${pkgver}" "${srcdir}/build-${MINGW_CHOST}"
cd "${srcdir}/build-${MINGW_CHOST}"
patch -p1 -i ${srcdir}/0001-src-bisonpre-specify-utf-8-encoding.patch
sh autoconf
}

Expand Down

0 comments on commit 79f0c38

Please sign in to comment.