Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / yosys
Commits:
f9afc7c7 by Felix Yan at 2026-03-04T11:18:05+00:00
upgpkg: 0.55-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = yosys
pkgdesc = A framework for RTL synthesis
- pkgver = 0.54
- pkgrel = 3
+ pkgver = 0.55
+ pkgrel = 1
url = https://yosyshq.net/yosys/
arch = x86_64
license = custom:ISC
@@ -22,10 +22,10 @@ pkgbase = yosys
optdepends = cvc4: alternative solver for yosys-smtbmc
optdepends = z3: alternative solver for yosys-smtbmc
options = !lto
- source = git+https://github.com/YosysHQ/yosys#tag=v0.54
+ source = git+https://github.com/YosysHQ/yosys#tag=v0.55
source = git+https://github.com/jarro2783/cxxopts
source = boost-1.89.patch
- sha512sums =
f9f1698f493855d537e72de0c7c7b13f409f0bdfbad3be0019449e98bec2dd98b1a1cdd0d7d74f978287a28733d84564120a624d297eb9c8be4388f2f48e074c
+ sha512sums =
04c50862c33c0541e17b9035c5fa6dde1dddd6d253cdeaae3fe7169c80ca79db4e42aabd006c7b180a6d77b9aab7e5f09f8862989469805db52d2fb57b0808c8
sha512sums = SKIP
sha512sums =
f926dd219f6ea13fee0d215e3305e5c9bab8f06ebb715f7cadcc80e199096d87a3dd9acbdc6f2727bd8e6e8c85e4c63b8068212a81c906ba0694af6f2b394a96
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: killruana <[email protected]>
pkgname=yosys
-pkgver=0.54
-pkgrel=3
+pkgver=0.55
+pkgrel=1
pkgdesc='A framework for RTL synthesis'
arch=('x86_64')
url='https://yosyshq.net/yosys/'
@@ -21,7 +21,7 @@ options=('!lto') # getting SIGSEGV when running the tests
with LTO
source=(git+https://github.com/YosysHQ/yosys#tag=v$pkgver
git+https://github.com/jarro2783/cxxopts
boost-1.89.patch)
-sha512sums=('f9f1698f493855d537e72de0c7c7b13f409f0bdfbad3be0019449e98bec2dd98b1a1cdd0d7d74f978287a28733d84564120a624d297eb9c8be4388f2f48e074c'
+sha512sums=('04c50862c33c0541e17b9035c5fa6dde1dddd6d253cdeaae3fe7169c80ca79db4e42aabd006c7b180a6d77b9aab7e5f09f8862989469805db52d2fb57b0808c8'
'SKIP'
'f926dd219f6ea13fee0d215e3305e5c9bab8f06ebb715f7cadcc80e199096d87a3dd9acbdc6f2727bd8e6e8c85e4c63b8068212a81c906ba0694af6f2b394a96')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yosys/-/commit/f9afc7c7092df582e4b28ec3db308d498740a3df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yosys/-/commit/f9afc7c7092df582e4b28ec3db308d498740a3df
You're receiving this email because of your account on gitlab.archlinux.org.