Use Ruby psych 3 instead of 4

This commit is contained in:
Anthony Wang 2022-10-27 19:39:22 +00:00
parent 47b70b64be
commit 849e10aad3
Signed by: a
GPG key ID: 42A5B952E6DD8D38
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = mastodon
pkgdesc = Your self-hosted, globally interconnected microblogging community
pkgver = 3.5.3
pkgrel = 1
pkgrel = 2
url = https://github.com/mastodon/mastodon
install = mastodon.install
arch = x86_64

View file

@ -1,4 +1,4 @@
# Maintainer: Anthony Wang <ta180m@proton.me>
# Maintainer: Anthony Wang <a att exozy doot me>
# Contributor: ny-a <nyaarch64 at gmail dot com>
# Contributor: Daniel Moch <daniel@danielmoch.com>
# Contributor: Jean Lucas <jean@4ray.co>
@ -6,7 +6,7 @@
pkgname=mastodon
pkgver=3.5.3
pkgrel=1
pkgrel=2
pkgdesc='Your self-hosted, globally interconnected microblogging community'
arch=(x86_64)
url=https://github.com/mastodon/mastodon
@ -41,13 +41,13 @@ sha512sums=('9035184ead64b46f28630d8a5d57ae414b34a81604f7acb146ef56f7c76483fbb88
prepare() {
cd mastodon-$pkgver
# Allow use of any bundler
sed -i -e '/BUNDLED/,+1d' Gemfile.lock
echo "gem 'psych', '< 4'" >> Gemfile
}
build() {
cd mastodon-$pkgver
bundle config set deployment 'true'
bundle config set --local path 'vendor/bundle'
bundle config unset deployment
bundle config set without 'development test'
bundle install -j$(getconf _NPROCESSORS_ONLN)
yarn install --pure-lockfile