Date: Friday, January 6, 2023 @ 01:20:15
  Author: anatolik
Revision: 1378488

upgpkg: crystal 1.6.2-2: LLVM15 rebuild

Modified:
  crystal/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-06 01:12:47 UTC (rev 1378487)
+++ PKGBUILD    2023-01-06 01:20:15 UTC (rev 1378488)
@@ -3,13 +3,14 @@
 
 pkgname=crystal
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'
 license=(Apache)
-depends=(gc pcre libevent llvm-libs)
-makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
+# LLVM 15 still not supported 
https://github.com/crystal-lang/crystal/issues/12743
+depends=(gc pcre libevent llvm14-libs)
+makedepends=(libxml2 llvm14 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'

Reply via email to