summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2018-06-19 17:24:41 -0400
committerJean Lucas2018-06-19 17:24:41 -0400
commit39a8523e5c3de76b3a357d4f51081cb944126982 (patch)
tree5a749dcd54e38a81288f1a2e73479de113487d7b
parentab2e086a74b20a350cba7b3cb9c278d9c0537744 (diff)
downloadaur-39a8523e5c3de76b3a357d4f51081cb944126982.tar.gz
Specify nodejs-lts-boron as required dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 335817b602d9..32a7dcf77767 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b15dfe2716a5..e10b8e1c937c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)