Date: Saturday, October 17, 2020 @ 17:03:54 Author: heftig Revision: 725501
0.35.1-2: llvm rebuild Modified: crystal/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-17 17:03:19 UTC (rev 725500) +++ PKGBUILD 2020-10-17 17:03:54 UTC (rev 725501) @@ -3,13 +3,13 @@ pkgname=crystal pkgver=0.35.1 -pkgrel=1 +pkgrel=2 pkgdesc='The Crystal Programming Language' arch=(x86_64) url='https://crystal-lang.org' license=(Apache) -depends=(gc libatomic_ops pcre libevent llvm-libs) -makedepends=(libxml2 llvm crystal) # to compile version N we need crystal compiler of N-1 version +depends=(gc libatomic_ops pcre libevent llvm10-libs) +makedepends=(libxml2 llvm10 crystal) # to compile version N we need crystal compiler of N-1 version checkdepends=(libyaml libxml2 gmp inetutils git) optdepends=('shards: crystal language package manager' 'libyaml: For YAML support' @@ -18,6 +18,8 @@ source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz) sha256sums=('d324c79002b8a871997049e89cac3989fa48083e11bf9b8ec7fe2d1e94b35199') +# LLVM 11 support pending: https://github.com/crystal-lang/crystal/issues/9809 + build() { cd $pkgname-$pkgver
