Date: Saturday, August 29, 2020 @ 08:28:27 Author: felixonmars Revision: 691568
upgpkg: ponyc 0.37.0-1 Modified: ponyc/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-29 07:05:26 UTC (rev 691567) +++ PKGBUILD 2020-08-29 08:28:27 UTC (rev 691568) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=ponyc -pkgver=0.36.0 +pkgver=0.37.0 _llvmcommit=c1a0a213378a458fbea1a5c77b315c7dce08fd05 pkgrel=1 pkgdesc='An actor model, capabilities, high performance programming language' @@ -15,7 +15,7 @@ optdepends=('pcre2: Needed for the regex package') source=("https://github.com/ponylang/ponyc/archive/$pkgver/$pkgname-$pkgver.tar.gz" "https://github.com/llvm/llvm-project/archive/$_llvmcommit/llvm-$_llvmcommit.tar.gz") -sha512sums=('949cfc3bd1723b75b646b4b437659b3ae7630f02dee408247034caa05bd074ef54ebf12b6f71372e39be76f2e5b71ef94afd21ed0faca80388a57afcfba073be' +sha512sums=('ac98447cf4820b5b89952179f82cc48d87a121622ff489f3f90968c84721c7acf3f71d24da986ba6b449e11e18a2b964a55acc3a9052c36df3e881f96ebc320e' '0c0b5f2c32479c148abebcc170651f5e6fc02177d3cf5638381ef177815f6c2223de7d4c082faa9de765a56ef1fba021583a748a5d009860b84979dc8d5ee064') prepare() { @@ -28,7 +28,9 @@ # Don't download gbenchmark/gtest sed -i '12,20d' lib/CMakeLists.txt - # sed -i 's/-Werror //' CMakeLists.txt + + # https://github.com/ponylang/ponyc/issues/3628 + sed -i '/ pony_assert(0);/a \ return false;' src/libponyc/expr/reference.c } build() {
