[arch-commits] Commit in crystal/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 27 22:07:54 UTC 2018


    Date: Thursday, September 27, 2018 @ 22:07:53
  Author: foutrelis
Revision: 386767

Switch to llvm6{,-libs} until LLVM 7 support lands

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 21:49:26 UTC (rev 386766)
+++ PKGBUILD	2018-09-27 22:07:53 UTC (rev 386767)
@@ -3,13 +3,13 @@
 
 pkgname=crystal
 pkgver=0.26.1
-pkgrel=3
+pkgrel=4
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='http://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 llvm6-libs)
+makedepends=(libxml2 llvm6 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