author | Filipe Laíns
<lains@archlinux.org> 2022-09-03 20:23:54 UTC |
committer | Filipe Laíns
<lains@archlinux.org> 2022-09-03 20:23:54 UTC |
parent | 4ecad1d34dc880ebadbad4e5c112aac25ca80151 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 9511a5a..fe15c27 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: killruana <killruana@gmail.com> pkgname=yosys -pkgver=0.12 -pkgrel=7 +pkgver=0.20 +pkgrel=1 pkgdesc='A framework for RTL synthesis' arch=('x86_64') url='http://www.clifford.at/yosys/' @@ -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=('df91ea75ae08c7c7e134cfa6284c4e9349e6f85f2df32e4710a571176d5e1a334a6e1e77d52bf573686d33b405559e40af1a8d42cbd4e1f95f0e3b4e212e0b06') +sha512sums=('c1ae62e55928f26ff6142e9291cbd9b593b39f755d0294b4441bc66fa0eeec90bd71014495e54b5b9530ce609af8b007c755096295a0f7599c739535316c929b') _make() { make \