ghdl: update to 1.0.0
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user