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
commit28c493f17bb44b803ccd026a3769d71aa61cb05c (patch)
tree17efb685dde87f2da57300876eb44bb6493b9586 /PKGBUILD
parent99ccadbaaa6f9701fdff4e12b28b968a064f3e04 (diff)
downloadaur-28c493f17bb44b803ccd026a3769d71aa61cb05c.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 6c078f4be8d4..20b5f9b9eca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname='diaspora-postgresql'
pkgver=0.7.1.1
-pkgrel=4
+pkgrel=5
pkgdesc="A distributed privacy aware social network (PostgreSQL)"
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