Specify nodejs-lts-boron as required dependency

This commit is contained in:
Jean Lucas 2018-06-19 17:24:41 -04:00
parent ab2e086a74
commit 39a8523e5c
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Tue Jun 19 20:03:24 UTC 2018
# Tue Jun 19 21:24:21 UTC 2018
pkgbase = mastodon
pkgdesc = Your self-hosted, globally interconnected microblogging community
pkgver = 2.4.2
pkgrel = 3
pkgrel = 4
url = https://joinmastodon.org
install = mastodon.install
arch = i686
@ -19,7 +19,7 @@ pkgbase = mastodon
depends = libpqxx
depends = libxml2
depends = libxslt
depends = nodejs
depends = nodejs-lts-boron
depends = postgresql
depends = redis
depends = ruby

View file

@ -2,12 +2,12 @@
pkgname=mastodon
pkgver=2.4.2
pkgrel=3
pkgrel=4
pkgdesc='Your self-hosted, globally interconnected microblogging community'
arch=(i686 x86_64)
url=https://joinmastodon.org
license=(AGPL-3.0)
depends=(ffmpeg imagemagick libpqxx libxml2 libxslt nodejs postgresql redis ruby)
depends=(ffmpeg imagemagick libpqxx libxml2 libxslt nodejs-lts-boron postgresql redis ruby)
makedepends=(yarn ruby-bundler protobuf git python2)
conflicts=(mastodon-git)
backup=(var/lib/mastodon/.env.production)