From ebc14db6b51d64c16841e70cd4efee566715a89d Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 3 Feb 2021 11:31:32 +0100 Subject: [PATCH] ghdl: update to 1.0.0 --- mingw-w64-ghdl/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mingw-w64-ghdl/PKGBUILD b/mingw-w64-ghdl/PKGBUILD index 1a1bda539c..ef525dfc4f 100644 --- a/mingw-w64-ghdl/PKGBUILD +++ b/mingw-w64-ghdl/PKGBUILD @@ -1,7 +1,7 @@ _realname=ghdl pkgbase="mingw-w64-${_realname}" pkgname='__placeholder__' -pkgver=0.37.0.r1370.g7135caee +pkgver=1.0.0 pkgrel=1 pkgdesc='GHDL: the open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL' arch=('any') @@ -10,14 +10,14 @@ url='https://github.com/ghdl' groups=("${MINGW_PACKAGE_PREFIX}-eda") checkdepends=("${MINGW_PACKAGE_PREFIX}-python") provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") -_commit='7135caee' +_commit='2fb2384d' source=("${_realname}::git://github.com/ghdl/ghdl.git#commit=${_commit}") sha512sums=('SKIP') -pkgver() { - cd "ghdl" - git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g' -} +#pkgver() { +# cd "ghdl" +# git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g' +#} build() { [[ -d "${srcdir}"/build-${CARCH} ]] && rm -rf "${srcdir}"/build-${CARCH}