Update {,make}depends

This commit is contained in:
Jean Lucas 2018-06-26 21:07:24 -04:00
parent 39a8523e5c
commit 58ece81082
2 changed files with 16 additions and 9 deletions

View file

@ -1,18 +1,15 @@
# Generated by mksrcinfo v8
# Tue Jun 19 21:24:21 UTC 2018
# Wed Jun 27 01:05:16 UTC 2018
pkgbase = mastodon
pkgdesc = Your self-hosted, globally interconnected microblogging community
pkgver = 2.4.2
pkgrel = 4
pkgrel = 5
url = https://joinmastodon.org
install = mastodon.install
arch = i686
arch = x86_64
license = AGPL-3.0
makedepends = yarn
makedepends = ruby-bundler
makedepends = protobuf
makedepends = git
makedepends = python2
depends = ffmpeg
depends = imagemagick
@ -22,7 +19,8 @@ pkgbase = mastodon
depends = nodejs-lts-boron
depends = postgresql
depends = redis
depends = ruby
depends = ruby-bundler
depends = protobuf
conflicts = mastodon-git
backup = var/lib/mastodon/.env.production
source = https://github.com/tootsuite/mastodon/archive/v2.4.2.zip

View file

@ -2,13 +2,22 @@
pkgname=mastodon
pkgver=2.4.2
pkgrel=4
pkgrel=5
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-lts-boron postgresql redis ruby)
makedepends=(yarn ruby-bundler protobuf git python2)
depends=(ffmpeg
imagemagick
libpqxx
libxml2
libxslt
nodejs-lts-boron
postgresql
redis
ruby-bundler
protobuf)
makedepends=(yarn python2)
conflicts=(mastodon-git)
backup=(var/lib/mastodon/.env.production)
install=mastodon.install