[arch-commits] Commit in crystal/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Thu Oct 10 19:41:17 UTC 2019
Date: Thursday, October 10, 2019 @ 19:41:16
Author: anatolik
Revision: 514496
upgpkg: crystal 0.31.1-3
Recompile with LLVM7 as LLVM9 is still not supported by upstream
Modified:
crystal/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-10 19:03:18 UTC (rev 514495)
+++ PKGBUILD 2019-10-10 19:41:16 UTC (rev 514496)
@@ -3,13 +3,14 @@
pkgname=crystal
pkgver=0.31.1
-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 llvm7-libs)
+# TODO switch llvm7->llvm9 when https://github.com/crystal-lang/crystal/issues/8294 is fixed
+makedepends=(libxml2 llvm7 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'
More information about the arch-commits
mailing list