Use OpenSSL 3.0 gem

This commit is contained in:
Anthony Wang 2022-11-05 19:35:17 +00:00
parent 849e10aad3
commit 4448dc7969
Signed by: a
GPG key ID: 42A5B952E6DD8D38
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -6,7 +6,7 @@
pkgname=mastodon
pkgver=3.5.3
pkgrel=2
pkgrel=3
pkgdesc='Your self-hosted, globally interconnected microblogging community'
arch=(x86_64)
url=https://github.com/mastodon/mastodon
@ -42,6 +42,7 @@ prepare() {
cd mastodon-$pkgver
echo "gem 'psych', '< 4'" >> Gemfile
sed -i "s/gem 'webauthn', '~> 3.0.0.alpha1'/gem 'webauthn', '~> 3.0.0.alpha2'/g" Gemfile
}
build() {