Date: Monday, April 17, 2023 @ 22:18:59
  Author: anatolik
Revision: 1447097

Recompile against llvm15 and pcre2

https://crystal-lang.org/2023/03/02/crystal-is-upgrading-its-regex-engine/

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 22:17:01 UTC (rev 1447096)
+++ PKGBUILD    2023-04-17 22:18:59 UTC (rev 1447097)
@@ -3,14 +3,13 @@
 
 pkgname=crystal
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'
 license=(Apache)
-# 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
+depends=(gc pcre2 libevent llvm-libs)
+makedepends=(libxml2 llvm 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