Date: Wednesday, June 22, 2022 @ 19:29:25 Author: anatolik Revision: 1239031
upgpkg: crystal 1.4.1-2: LLVM14 rebuild Modified: crystal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-22 19:25:08 UTC (rev 1239030) +++ PKGBUILD 2022-06-22 19:29:25 UTC (rev 1239031) @@ -3,13 +3,13 @@ pkgname=crystal pkgver=1.4.1 -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 +makedepends=(libxml2 llvm crystal llvm13-libs) # 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'
