diff --git a/.SRCINFO b/.SRCINFO index d7a8ac6..6283c4b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,34 +1,35 @@ pkgbase = mastodon - pkgdesc = Self-hosted social media and network server based on ActivityPub and OStatus - pkgver = 3.1.4 - pkgrel = 1 - url = https://github.com/tootsuite/mastodon - install = mastodon.install - arch = x86_64 - license = AGPL3 - makedepends = git - depends = ffmpeg - depends = imagemagick - depends = libidn - depends = libpqxx - depends = libxml2 - depends = libxslt - depends = libyaml - depends = nodejs - depends = postgresql - depends = redis - depends = ruby-bundler - depends = protobuf - depends = yarn - depends = zlib - backup = etc/mastodon.conf - source = https://github.com/tootsuite/mastodon/archive/v3.1.4.tar.gz - source = mastodon.target - source = mastodon.sysusers.d - source = mastodon.tmpfiles.d - sha512sums = 14353e32ae68ad5799dd6387a4d8f9f744a1c60fb6809435e1153683168fa0450d1f710e8aef6c3e9cb09744c2b5ca567c901e5f5d0fe7bd9baa851a5de1d664 - sha512sums = c9820c2a83d08bd5d842a78e924682db97ebd5c7291b682603ad30dafcdcc5816c13e717ad39554f042b9d9ed71ab902ce3f604952264a900a72612ee8060acb - sha512sums = 4ee4210bde391e6dc782cb7c14f2cb968c95ad541aa0efcf843a811f8cc5f0d1067ee3c8346bb412aa9fd1dd5a8bd05a4524df7dc4a106957009853dd237074a - sha512sums = 73493680845e690d0cfd769fbbe68978c0a615602375078aea945ca1f1011404eb4b64972aec7a6e5efa720fb425d91b3f30025391c38ccf77e070ccb391e710 + pkgdesc = Self-hosted social media and network server based on ActivityPub and OStatus + pkgver = 3.4.0 + pkgrel = 1 + url = https://github.com/tootsuite/mastodon + install = mastodon.install + arch = x86_64 + license = AGPL3 + makedepends = git + depends = ffmpeg + depends = imagemagick + depends = libidn + depends = libpqxx + depends = libxml2 + depends = libxslt + depends = libyaml + depends = nodejs + depends = postgresql + depends = redis + depends = ruby-bundler + depends = protobuf + depends = yarn + depends = zlib + backup = etc/mastodon.conf + source = https://github.com/tootsuite/mastodon/archive/v3.4.0.tar.gz + source = mastodon.target + source = mastodon.sysusers.d + source = mastodon.tmpfiles.d + sha512sums = 528a3120174f026090226cff7163a403558eeb8646a637217c52f7b53ceca9b0c638d544d62421fd7c5308e7427ab7530c1e94dcd575a915a3329380cde6521e + sha512sums = c9820c2a83d08bd5d842a78e924682db97ebd5c7291b682603ad30dafcdcc5816c13e717ad39554f042b9d9ed71ab902ce3f604952264a900a72612ee8060acb + sha512sums = 4ee4210bde391e6dc782cb7c14f2cb968c95ad541aa0efcf843a811f8cc5f0d1067ee3c8346bb412aa9fd1dd5a8bd05a4524df7dc4a106957009853dd237074a + sha512sums = 73493680845e690d0cfd769fbbe68978c0a615602375078aea945ca1f1011404eb4b64972aec7a6e5efa720fb425d91b3f30025391c38ccf77e070ccb391e710 pkgname = mastodon + diff --git a/PKGBUILD b/PKGBUILD index 1b9ce85..83940e1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,10 @@ -# Maintainer: Daniel Moch +# Maintainer: ny-a +# Contributor: Daniel Moch # Contributor: Jean Lucas # Contributor: Fredrick Brennan pkgname=mastodon -pkgver=3.1.4 +pkgver=3.4.0 pkgrel=1 pkgdesc='Self-hosted social media and network server based on ActivityPub and OStatus' arch=(x86_64) @@ -30,7 +31,7 @@ source=(https://github.com/tootsuite/mastodon/archive/v$pkgver.tar.gz mastodon.target mastodon.sysusers.d mastodon.tmpfiles.d) -sha512sums=('14353e32ae68ad5799dd6387a4d8f9f744a1c60fb6809435e1153683168fa0450d1f710e8aef6c3e9cb09744c2b5ca567c901e5f5d0fe7bd9baa851a5de1d664' +sha512sums=('528a3120174f026090226cff7163a403558eeb8646a637217c52f7b53ceca9b0c638d544d62421fd7c5308e7427ab7530c1e94dcd575a915a3329380cde6521e' 'c9820c2a83d08bd5d842a78e924682db97ebd5c7291b682603ad30dafcdcc5816c13e717ad39554f042b9d9ed71ab902ce3f604952264a900a72612ee8060acb' '4ee4210bde391e6dc782cb7c14f2cb968c95ad541aa0efcf843a811f8cc5f0d1067ee3c8346bb412aa9fd1dd5a8bd05a4524df7dc4a106957009853dd237074a' '73493680845e690d0cfd769fbbe68978c0a615602375078aea945ca1f1011404eb4b64972aec7a6e5efa720fb425d91b3f30025391c38ccf77e070ccb391e710') @@ -40,9 +41,6 @@ prepare() { # Allow use of any bundler sed -i -e '/BUNDLED/,+1d' Gemfile.lock - - # Allow use of higher Node minor versions - sed -i 's/"node": "/&^/' package.json } build() {