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

View file

@ -2,12 +2,12 @@
pkgname=mastodon pkgname=mastodon
pkgver=2.4.2 pkgver=2.4.2
pkgrel=3 pkgrel=4
pkgdesc='Your self-hosted, globally interconnected microblogging community' pkgdesc='Your self-hosted, globally interconnected microblogging community'
arch=(i686 x86_64) arch=(i686 x86_64)
url=https://joinmastodon.org url=https://joinmastodon.org
license=(AGPL-3.0) 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) makedepends=(yarn ruby-bundler protobuf git python2)
conflicts=(mastodon-git) conflicts=(mastodon-git)
backup=(var/lib/mastodon/.env.production) backup=(var/lib/mastodon/.env.production)