icestorm: update to 0.0.r788.83b8ef9
This commit is contained in:
@@ -3,21 +3,25 @@
|
||||
_realname=icestorm
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=0.0.r777.c495861
|
||||
pkgrel=3
|
||||
pkgver=0.0.r788.83b8ef9
|
||||
pkgrel=1
|
||||
pkgdesc="Simple tools for analyzing and creating bitstream files for Lattice iCE40 FPGAs (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
url="http://www.clifford.at/icestorm/"
|
||||
license=("ISC")
|
||||
groups=("${MINGW_PACKAGE_PREFIX}-eda")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-libftdi")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
|
||||
"flex"
|
||||
"git")
|
||||
depends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-libftdi"
|
||||
)
|
||||
makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-gcc"
|
||||
"flex"
|
||||
"git"
|
||||
)
|
||||
|
||||
_commit="c495861c"
|
||||
_commit="83b8ef94"
|
||||
source=("icestorm::git://github.com/YosysHQ/${_realname}.git#commit=${_commit}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user