summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2018-06-19 18:25:32 +0300
committerCaleb Maclennan2018-06-19 18:25:32 +0300
commit197a4c11581bbb46e8001ebdd7e19e637ce00000 (patch)
tree8bfe0217fd1e1284d4bb9addddcdee7216b00eb8 /PKGBUILD
parent257a7adcaaff84c6621b3817a3e5642756c7c1bc (diff)
downloadaur-197a4c11581bbb46e8001ebdd7e19e637ce00000.tar.gz
Update build command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b32a676b9e86..3e386ed24496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mastodon-git
pkgver=1.2.2_22_ga0ed88a9
_branch=master
-pkgrel=0.3
+pkgrel=0.4
pkgdesc="A GNU Social-compatible microblogging server"
arch=('i686' 'x86_64')
url="https://mastodon.social"
@@ -56,7 +56,7 @@ prepare() {
build() {
cd "${pkgname%-git}"
- RAILS_ENV=production bundle exec rails assets:precompile
+ RAILS_ENV=production bundle exec rake mastodon:setup
}
post_install() {