summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2020-06-14 23:18:18 +0200
committerJonne Haß2020-06-14 23:18:18 +0200
commit5051f7bd7de6229d11e215d0702a2074c5e8bf6b (patch)
tree046508c54fbb7afb59584806c3d8bc1675e9d56f
parente3dbf5f4e3805bc6a251f73c315262ae856ec413 (diff)
downloadaur-5051f7bd7de6229d11e215d0702a2074c5e8bf6b.tar.gz
diaspora: 0.7.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d67c93c851a7..d6f620cbc2de 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.13.0.r483.g002d427f3
+ pkgver = 0.7.14.0.r421.g44bbb44c8
pkgrel = 1
url = https://diasporafoundation.org
install = diaspora.install
@@ -9,8 +9,8 @@ pkgbase = diaspora-postgresql-git
license = AGPL3
makedepends = nodejs
makedepends = git
- depends = ruby2.5
- depends = ruby2.5-bundler
+ depends = ruby2.6
+ depends = ruby2.6-bundler
depends = redis
depends = imagemagick
depends = libxslt
diff --git a/PKGBUILD b/PKGBUILD
index ebf66108780b..e5a4e0bbe32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname='diaspora-postgresql-git'
-pkgver=0.7.13.0.r483.g002d427f3
+pkgver=0.7.14.0.r421.g44bbb44c8
pkgrel=1
pkgdesc="A distributed privacy aware social network (development head) (PostgreSQL)"
arch=('i686' 'x86_64')
url="https://diasporafoundation.org"
license=('AGPL3')
-depends=('ruby2.5' 'ruby2.5-bundler' 'redis' 'imagemagick' 'libxslt' 'net-tools' 'gsfonts' 'libtirpc' 'postgresql-libs')
+depends=('ruby2.6' 'ruby2.6-bundler' 'redis' 'imagemagick' 'libxslt' 'net-tools' 'gsfonts' 'libtirpc' 'postgresql-libs')
optdepends=('jemalloc: lower memory consumption' 'postgresql: Database server')
makedepends=('nodejs' 'git')
conflicts=('diaspora-mysql' 'diaspora-postgresql' 'diaspora-mysql-git')
@@ -50,10 +50,10 @@ _reset_ruby() {
}
build() {
- _bundle=bundle-2.5
- _ruby=ruby-2.5
- _rake=rake-2.5
- _gem=gem-2.5
+ _bundle=bundle-2.6
+ _ruby=ruby-2.6
+ _rake=rake-2.6
+ _gem=gem-2.6
_builddir=$srcdir/build
_reset_ruby
@@ -98,8 +98,8 @@ build() {
}
package() {
- _bundle=bundle-2.5
- _ruby=ruby-2.5
+ _bundle=bundle-2.6
+ _ruby=ruby-2.6
_builddir=$srcdir/build
msg "Copy contents to package directory"