summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb1492c106b4..8b4501c0f889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,13 @@ depends=(
'redis'
'postgresql'
)
-source=("git://github.com/tootsuite/${pkgname%-git}.git#branch=$_branch")
+source=(
+ "git://github.com/tootsuite/${pkgname%-git}.git#branch=$_branch"
+ "mastodon-web.service"
+ "mastodon-sidekiq.service"
+ "mastodon-streaming.service"
+ "mastodon.target"
+ )
sha256sums=('SKIP')
install=mastodon.install
_user=mastodon