Thore Bödecker pushed to branch main at Arch Linux / Packaging / Packages /
crystal
Commits:
b5719302 by Thore Bödecker at 2026-05-16T12:29:23+02:00
upgpkg: 1.20.2-1: update to new upstream release 1.20.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = crystal
pkgdesc = The Crystal Programming Language
- pkgver = 1.20.1
- pkgrel = 2
+ pkgver = 1.20.2
+ pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
license = Apache-2.0
@@ -21,10 +21,8 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
- source =
crystal-1.20.1.tar.gz::https://github.com/crystal-lang/crystal/archive/1.20.1.tar.gz
- source =
fix_range_sample_randomness.patch::https://patch-diff.githubusercontent.com/raw/crystal-lang/crystal/pull/16853.patch
- sha256sums =
2fdc7eaefed34755383db15f8787e3a7c2f04069e93871d353f95fa083ed7d8d
- sha256sums =
f7e83a493c033d565844ae1c3f8e4a679f8df4d318246687c949a1aa7edadd1e
+ source =
crystal-1.20.2.tar.gz::https://github.com/crystal-lang/crystal/archive/1.20.2.tar.gz
+ sha256sums =
68b69b844bf3bf9990cb7befb06520fc477bb6c3f42de833c6b6a80dd5d0b17c
pkgname = crystal
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ pkgname=(
'crystal'
'crystal-docs'
)
-pkgver=1.20.1
-pkgrel=2
+pkgver=1.20.2
+pkgrel=1
pkgdesc='The Crystal Programming Language'
arch=(x86_64)
url='https://crystal-lang.org'
@@ -38,18 +38,11 @@ optdepends=(
)
source=(
"crystal-${pkgver}.tar.gz::https://github.com/crystal-lang/crystal/archive/${pkgver}.tar.gz"
-
"fix_range_sample_randomness.patch::https://patch-diff.githubusercontent.com/raw/crystal-lang/crystal/pull/16853.patch"
)
-sha256sums=('2fdc7eaefed34755383db15f8787e3a7c2f04069e93871d353f95fa083ed7d8d'
- 'f7e83a493c033d565844ae1c3f8e4a679f8df4d318246687c949a1aa7edadd1e')
+sha256sums=('68b69b844bf3bf9990cb7befb06520fc477bb6c3f42de833c6b6a80dd5d0b17c')
prepare() {
cd "${pkgbase}-${pkgver}"
-
- # There will probably be a 1.20.1 release soon,
- # but nevertheless it's better to include this fix sooner
- # rather than later.
- patch -Np1 < ../fix_range_sample_randomness.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/b5719302b048b09a59b853abd85ea9059c889c1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/b5719302b048b09a59b853abd85ea9059c889c1f
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help