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

Evangelos Foutras foutrelis at gemini.archlinux.org
Mon Jun 27 11:43:11 UTC 2022


    Date: Monday, June 27, 2022 @ 11:43:10
  Author: foutrelis
Revision: 1239676

upgpkg: crystal 1.4.1-3: drop llvm13-libs build dep

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 11:41:22 UTC (rev 1239675)
+++ PKGBUILD	2022-06-27 11:43:10 UTC (rev 1239676)
@@ -3,13 +3,13 @@
 
 pkgname=crystal
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 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 llvm13-libs) # to compile version N we need crystal compiler of N-1 version
+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'



More information about the arch-commits mailing list