From ce2e60eee7af0339476edac83c2fa309deb419b3 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 14 Sep 2021 01:12:40 +0200 Subject: [PATCH] ghdl: update to 1.0.0.r740.g95cbcc921 --- mingw-w64-ghdl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-ghdl/PKGBUILD b/mingw-w64-ghdl/PKGBUILD index 10d5fac775..0af46f5255 100644 --- a/mingw-w64-ghdl/PKGBUILD +++ b/mingw-w64-ghdl/PKGBUILD @@ -1,8 +1,8 @@ _realname=ghdl pkgbase="mingw-w64-${_realname}" pkgname='__placeholder__' -pkgver=1.0.0.r651.g243bb15e -pkgrel=2 +pkgver=1.0.0.r740.g95cbcc921 +pkgrel=1 pkgdesc='GHDL: the open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') @@ -11,7 +11,7 @@ url='https://github.com/ghdl' groups=("${MINGW_PACKAGE_PREFIX}-eda") checkdepends=("${MINGW_PACKAGE_PREFIX}-python") provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") -_commit="243bb15e" +_commit="95cbcc92" source=("${_realname}::git://github.com/ghdl/ghdl.git#commit=${_commit}") sha512sums=('SKIP')