summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb547a107f74..6e240921a90d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = diaspora-postgresql-git
pkgdesc = A distributed privacy aware social network (development head) (PostgreSQL)
- pkgver = 0.7.1.0.r41.g42a812901
+ pkgver = 0.7.1.1.r45.g21980681b
pkgrel = 1
url = https://diasporafoundation.org
install = diaspora.install
diff --git a/PKGBUILD b/PKGBUILD
index 32caf78e283c..4ce9aed819e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname='diaspora-postgresql-git'
-pkgver=0.7.1.0.r41.g42a812901
+pkgver=0.7.1.1.r45.g21980681b
pkgrel=1
pkgdesc="A distributed privacy aware social network (development head) (PostgreSQL)"
arch=('i686' 'x86_64')
@@ -67,7 +67,12 @@ 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 install --without development test --with postgresql --deployment
+ HOME=$_builddir $_bundle config --local path vendor/bundle
+ HOME=$_builddir $_bundle config --local frozen 1
+ HOME=$_builddir $_bundle config --local disable_shared_gems true
+ HOME=$_builddir $_bundle config --local with postgresql
+ HOME=$_builddir $_bundle config --local without development:test
+ HOME=$_builddir $_bundle install
msg "Patch configuration examples"
sed -i -e "s|#certificate_authorities: '/etc/ssl/certs/ca-certificates.crt'|certificate_authorities: '/etc/ssl/certs/ca-certificates.crt'|" \