author | Felix Yan
<felixonmars@archlinux.org> 2022-10-26 01:26:48 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2022-10-26 01:26:48 UTC |
parent | 4ed446c7e1e6801506bc31cee95f94c10dc80564 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 30b7b77..268c1ed 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,11 +3,11 @@ # Contributor: killruana <killruana@gmail.com> pkgname=yosys -pkgver=0.20 -pkgrel=2 +pkgver=0.21 +pkgrel=1 pkgdesc='A framework for RTL synthesis' arch=('x86_64') -url='http://www.clifford.at/yosys/' +url='https://yosyshq.net/yosys/' license=('custom:ISC') depends=('abc' 'bash' 'boost-libs' 'tcl' 'libffi' 'python' 'protobuf') makedepends=('boost') @@ -19,7 +19,7 @@ optdepends=('graphviz: Schematics display support' 'z3: alternative solver for yosys-smtbmc') options=('!lto') # getting SIGSEGV when running the tests with LTO source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz") -sha512sums=('c26ef7687f2395621ac77c8ebc0f94d55c2185cf120bac84245a60d1111e7a81e472804a038c390e158ca3130c63b5d5e90bbef672e9d1af431cb12c33148690') +sha512sums=('c4f68696fb93dffd73c4e78cf920bbf7d61cb390b8ffef08c33931e5477ce80d8f343dc345eb69f3b9f2f41b1a25e99cab88166c30c619c53450377985fc432a') _make() { make \