Date: Monday, March 29, 2021 @ 17:19:49 Author: anatolik Revision: 909387
upgpkg: crystal 1.0.0-3 Modified: crystal/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-29 17:18:44 UTC (rev 909386) +++ PKGBUILD 2021-03-29 17:19:49 UTC (rev 909387) @@ -3,13 +3,13 @@ pkgname=crystal pkgver=1.0.0 -pkgrel=2 +pkgrel=3 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=('6b85c9139a891732c1f10638030635ff9dbe4e6818cad81a5dbd72db40913019') +# LLVM 11 support is not complete https://github.com/crystal-lang/crystal/issues/10359 + build() { cd $pkgname-$pkgver
