[arch-commits] Commit in crystal/trunk (PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Thu Oct 14 17:18:09 UTC 2021
Date: Thursday, October 14, 2021 @ 17:18:08
Author: anatolik
Revision: 1030124
upgpkg: crystal 1.2.0-1
Modified:
crystal/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-14 16:54:59 UTC (rev 1030123)
+++ PKGBUILD 2021-10-14 17:18:08 UTC (rev 1030124)
@@ -2,14 +2,14 @@
# Contributor: Jonne Haß <me at jhass.eu>
pkgname=crystal
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc='The Crystal Programming Language'
arch=(x86_64)
url='https://crystal-lang.org'
license=(Apache)
-depends=(gc libatomic_ops pcre libevent llvm10-libs)
-makedepends=(libxml2 llvm10 crystal) # to compile version N we need crystal compiler of N-1 version
+depends=(gc libatomic_ops pcre 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'
@@ -16,10 +16,8 @@
'gmp: For BigInt support'
'libxml2: For XML support')
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('add4b07f23de6e493a17d951e4cff38e1cbf2356cc4a3f642687c769f9ba7d12')
+sha256sums=('e6a79f85f63bca85bb9304fbc0086d01633a2d1f0e76f0167fe5d99074c63f38')
-# LLVM 11 support is not complete https://github.com/crystal-lang/crystal/issues/10359
-
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list