summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-06-19 18:25:32 +0300
committerCaleb Maclennan2018-06-19 18:25:32 +0300
commit197a4c11581bbb46e8001ebdd7e19e637ce00000 (patch)
tree8bfe0217fd1e1284d4bb9addddcdee7216b00eb8
parent257a7adcaaff84c6621b3817a3e5642756c7c1bc (diff)
downloadaur-197a4c11581bbb46e8001ebdd7e19e637ce00000.tar.gz
Update build command
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c1885761de4..7d37649ff2ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 8 11:50:14 UTC 2017
+# Tue Jun 19 15:25:21 UTC 2018
pkgbase = mastodon-git
pkgdesc = A GNU Social-compatible microblogging server
pkgver = 1.2.2_22_ga0ed88a9
- pkgrel = 0.3
+ pkgrel = 0.4
url = https://mastodon.social
install = mastodon.install
arch = i686
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() {