ghdl: update to 1.0.0

This commit is contained in:
umarcor
2021-02-03 11:31:32 +01:00
parent 5276f780b7
commit ebc14db6b5

View File

@@ -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}