summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-05-02 21:04:22 +0200
committerJonne Haß2018-05-02 21:04:22 +0200
commit03310ae5b396a0dad9d5736b03c1ac9bf7aee845 (patch)
tree34fb55a3e28774eff64dffe1419b5f64581fb005
parent9be5b144c660aaad23209dc7839090579e81809f (diff)
downloadaur-03310ae5b396a0dad9d5736b03c1ac9bf7aee845.tar.gz
diaspora: 0.7.5.0
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e1a1020b076..18d89d80283f 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.4.1.r95.g89f7f9729
+ pkgver = 0.7.5.0.r97.g22d1ad995
pkgrel = 1
url = https://diasporafoundation.org
install = diaspora.install
@@ -15,6 +15,7 @@ pkgbase = diaspora-postgresql-git
depends = libxslt
depends = net-tools
depends = gsfonts
+ depends = libtirpc
depends = postgresql-libs
optdepends = postgresql: Database server
conflicts = diaspora-mysql
diff --git a/PKGBUILD b/PKGBUILD
index 14e84c25c1f9..94af41d77ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname='diaspora-postgresql-git'
-pkgver=0.7.4.1.r95.g89f7f9729
+pkgver=0.7.5.0.r97.g22d1ad995
pkgrel=1
pkgdesc="A distributed privacy aware social network (development head) (PostgreSQL)"
arch=('i686' 'x86_64')
url="https://diasporafoundation.org"
license=('AGPL3')
-depends=('ruby2.3' 'ruby2.3-bundler' 'redis' 'imagemagick' 'libxslt' 'net-tools' 'gsfonts' 'postgresql-libs')
+depends=('ruby2.3' 'ruby2.3-bundler' 'redis' 'imagemagick' 'libxslt' 'net-tools' 'gsfonts' 'libtirpc' 'postgresql-libs')
optdepends=('postgresql: Database server')
makedepends=('nodejs')
conflicts=('diaspora-mysql' 'diaspora-postgresql' 'diaspora-mysql-git')
@@ -66,13 +66,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 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
+ HOME=$_builddir C_INCLUDE_PATH=/usr/include:/usr/include/tirpc $_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'|" \