Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-json_pure
Commits:
b374720a by Felix Yan at 2026-05-05T14:52:32+08:00
upgpkg: 2.7.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-json_pure
pkgdesc = A JSON implementation in pure Ruby
- pkgver = 2.7.5
+ pkgver = 2.7.6
pkgrel = 1
url = https://flori.github.io/json/
arch = any
@@ -13,7 +13,7 @@ pkgbase = ruby-json_pure
depends = ruby
depends = ruby-bigdecimal
options = !emptydirs
- source = git+https://github.com/flori/json.git#tag=v2.7.5
- sha256sums =
5a71edd674338dde2ee0a74c85aa0241fb444af4f1f6d166a605fe8908024d3c
+ source = git+https://github.com/flori/json.git#tag=v2.7.6
+ sha256sums =
fa316f14b9f931c732942103a9c9ced24f926e44135300894879cf00f897dda5
pkgname = ruby-json_pure
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-json_pure
-pkgver=2.7.5
+pkgver=2.7.6
pkgrel=1
pkgdesc='A JSON implementation in pure Ruby'
arch=(any)
@@ -22,13 +22,7 @@ checkdepends=(
)
options=(!emptydirs)
source=(git+https://github.com/flori/json.git#tag=v$pkgver)
-sha256sums=('5a71edd674338dde2ee0a74c85aa0241fb444af4f1f6d166a605fe8908024d3c')
-
-prepare() {
- cd json
- # Upstream forgot to bump the gem version for the v2.7.5 tag.
- sed -i "s/VERSION = '2.7.4'/VERSION = '$pkgver'/" lib/json/version.rb
-}
+sha256sums=('fa316f14b9f931c732942103a9c9ced24f926e44135300894879cf00f897dda5')
build() {
local _gemdir="$(gem env gemdir)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-json_pure/-/commit/b374720af48fe7ad3342b0186aa377d8b3b2cd2f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-json_pure/-/commit/b374720af48fe7ad3342b0186aa377d8b3b2cd2f
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