Bumpped eqy version to 20240411_yosys_0.40_2_g0dcf0f1

This commit is contained in:
Aki Van Ness 2024-04-11 08:12:28 +02:00
parent 37c4acdb53
commit cd86df2a76
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = eqy-nightly
pkgdesc = Equivalence Checking with Yosys
pkgver = 20240411_yosys_0.40_2_g0dcf0f1
pkgver = @EDA_PKG_VER@
pkgrel = 1
epoch = 1
url = https://github.com/YosysHQ/eqy
@ -14,7 +14,7 @@ pkgbase = eqy-nightly
depends = python
depends = python-click
options = !strip
source = eqy::git+https://github.com/YosysHQ/eqy.git#commit=0dcf0f1
source = eqy::git+https://github.com/YosysHQ/eqy.git#commit=@EDA_PKG_HASH@
sha256sums = SKIP
pkgname = eqy-nightly

View file

@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=eqy-nightly
pkgver=20240411_yosys_0.40_2_g0dcf0f1
pkgver=@EDA_PKG_VER@
pkgrel=1
epoch=1
pkgdesc="Equivalence Checking with Yosys"
@ -16,7 +16,7 @@ makedepends=("git" "gcc" "yosys-nightly")
conflicts=()
replaces=()
source=(
"eqy::git+https://github.com/YosysHQ/eqy.git#commit=0dcf0f1"
"eqy::git+https://github.com/YosysHQ/eqy.git#commit=@EDA_PKG_HASH@"
)
sha256sums=(
"SKIP"

View file

@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=eqy-nightly
pkgver=@EQY_VER@
pkgver=@EDA_PKG_VER@
pkgrel=1
epoch=1
pkgdesc="Equivalence Checking with Yosys"
@ -16,7 +16,7 @@ makedepends=("git" "gcc" "yosys-nightly")
conflicts=()
replaces=()
source=(
"eqy::git+https://github.com/YosysHQ/eqy.git#commit=@EQY_HASH@"
"eqy::git+https://github.com/YosysHQ/eqy.git#commit=@EDA_PKG_HASH@"
)
sha256sums=(
"SKIP"