summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJean Lucas2018-08-29 16:54:52 -0400
committerJean Lucas2018-08-29 17:02:18 -0400
commit114216e80a4ce31b1794d03e28d6f252fdaaa617 (patch)
tree5183fea5fba3fbc67e86126daaa73622222d3574 /.SRCINFO
parente3b2033d67e6e04b1d07bbc4807ef122a8f6c573 (diff)
downloadaur-114216e80a4ce31b1794d03e28d6f252fdaaa617.tar.gz
Modify dependencies
- Add 'git' to makedepends as its required during build - 'npm' is a makedepend to prevent yarn from arbitrarily changing the working directory and causing build failures by being unable to find '.yarnclean'. See https://github.com/tootsuite/mastodon/issues/6809 - Change 'yarn' to be a full dependency so database migrations and asset precompilations don't fail
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eccffb08ec31..31a624b2272d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Aug 27 17:14:57 UTC 2018
+# Wed Aug 29 20:53:07 UTC 2018
pkgbase = mastodon
pkgdesc = Free software social-network server based on ActivityPub and OStatus
pkgver = 2.4.5
- pkgrel = 1
+ pkgrel = 2
url = https://joinmastodon.org
install = mastodon.install
arch = i686
arch = x86_64
license = AGPL3
- makedepends = yarn
+ makedepends = git
+ makedepends = npm
makedepends = python2
depends = ffmpeg
depends = imagemagick
@@ -21,6 +22,7 @@ pkgbase = mastodon
depends = redis
depends = ruby-bundler
depends = protobuf
+ depends = yarn
conflicts = mastodon-git
backup = etc/mastodon/environment
source = https://github.com/tootsuite/mastodon/archive/v2.4.5.tar.gz