summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2017-11-02 10:40:21 +0100
committerJonne Haß2017-11-02 10:40:21 +0100
commitfc4fabc4dcbc9a45568de1655f9514427c5352e0 (patch)
tree8bb0aa331cfcc591a05cb2150ef821cfaa21d009 /PKGBUILD
parent968e55ed1d14590e58b0e223d47e59bb42be1e92 (diff)
downloadaur-fc4fabc4dcbc9a45568de1655f9514427c5352e0.tar.gz
diaspora: fix building sigar
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6c30cb7d460..774e5148f694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname='diaspora-mysql'
pkgver=0.7.1.1
-pkgrel=4
+pkgrel=5
pkgdesc="A distributed privacy aware social network (MySQL)"
arch=('i686' 'x86_64')
url="https://diasporafoundation.org"
@@ -61,7 +61,7 @@ build() {
msg "Bundle dependencies"
echo "gem: --no-rdoc --no-ri --no-user-install" > $_builddir/.gemrc
- HOME=$_builddir $_bundle config --local build.sigar '--with-cppflags="-fgnu89-inline"'
+ HOME=$_builddir $_bundle config --local build.sigar --with-cppflags=-fgnu89-inline
HOME=$_builddir $_bundle config --local path vendor/bundle
HOME=$_builddir $_bundle config --local frozen 1
HOME=$_builddir $_bundle config --local disable_shared_gems true