summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2017-04-11 17:10:07 +0300
committerCaleb Maclennan2017-04-11 17:10:07 +0300
commit05d8b6b03054165dbd926335fdc8408fdc3726d6 (patch)
tree583bd0b1e5b8297d3c0d78cce923877684911def /PKGBUILD
parent0b1a6e7a0e8861ff105d3b659616e70400474c18 (diff)
downloadaur-05d8b6b03054165dbd926335fdc8408fdc3726d6.tar.gz
Add systemd unit files to sources
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