summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2020-06-14 23:18:18 +0200
committerJonne Haß2020-06-14 23:18:18 +0200
commit2134d7552945f00d3778e006af113a5113488a38 (patch)
treef4e3f60bf04fae90abb15bbb17f59327f6996309
parent08a73d11520392fb882e3d1c8ebbdfd4b636c0fb (diff)
downloadaur-2134d7552945f00d3778e006af113a5113488a38.tar.gz
diaspora: 0.7.14.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD22
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76cefd57857b..25ab8c2f3b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = diaspora-postgresql
pkgdesc = A distributed privacy aware social network (PostgreSQL)
- pkgver = 0.7.13.0
- pkgrel = 2
+ pkgver = 0.7.14.0
+ pkgrel = 1
url = https://diasporafoundation.org
install = diaspora.install
arch = i686
arch = x86_64
license = AGPL3
makedepends = nodejs
- depends = ruby2.5
- depends = ruby2.5-bundler
+ depends = ruby2.6
+ depends = ruby2.6-bundler
depends = redis
depends = imagemagick
depends = libxslt
@@ -26,13 +26,13 @@ pkgbase = diaspora-postgresql
backup = etc/webapps/diaspora/diaspora.yml
backup = etc/webapps/diaspora/database.yml
backup = etc/webapps/diaspora/secret_token.rb
- source = diaspora-0.7.13.0.tar.gz::https://github.com/diaspora/diaspora/archive/v0.7.13.0.tar.gz
+ source = diaspora-0.7.14.0.tar.gz::https://github.com/diaspora/diaspora/archive/v0.7.14.0.tar.gz
source = diaspora.install
source = diaspora.service
source = diaspora.tmpfiles.d.conf
source = diaspora.bashrc
source = diaspora.bash_profile
- sha256sums = c1e79178f544397c7de29b7f3a62fda705cdde99c7464eb822b5f4594a375838
+ sha256sums = 747ba7a7e57bdbfee574ebce6622d0f94a068a387943be8fdf33b5d2e960c2db
sha256sums = aae126c4b1bcba6265d3d925dc3845bb034defa5606385c22dfb053111b57685
sha256sums = d10f10439e56c38a9960e7cd481c7b44a68bc0ecf7c88b91d9cafb454aa6ffd0
sha256sums = 7128024976c95d511d8995c472907fe0b8c36fe5b45fef57fc053e3fadcae408
diff --git a/PKGBUILD b/PKGBUILD
index 594721a22c45..528babc9105a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname='diaspora-postgresql'
-pkgver=0.7.13.0
-pkgrel=2
+pkgver=0.7.14.0
+pkgrel=1
pkgdesc="A distributed privacy aware social network (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' )
conflicts=('diaspora-mysql' 'diaspora-mysql-git' 'diaspora-postgresql-git')
@@ -45,10 +45,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
@@ -56,7 +56,7 @@ build() {
msg "Setup build directory"
rm -rf $_builddir
mkdir -p $_builddir
- cp -Rf $srcdir/diaspora-0.7.13.0/{bin,app,config,db,public,lib,script,vendor,config.ru,Gemfile,Gemfile.lock,Rakefile} $_builddir
+ cp -Rf $srcdir/diaspora-0.7.14.0/{bin,app,config,db,public,lib,script,vendor,config.ru,Gemfile,Gemfile.lock,Rakefile} $_builddir
cd $_builddir
@@ -93,8 +93,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"
@@ -136,7 +136,7 @@ package() {
ln -sf /var/log/diaspora $pkgdir/usr/share/webapps/diaspora/log
}
-sha256sums=('c1e79178f544397c7de29b7f3a62fda705cdde99c7464eb822b5f4594a375838'
+sha256sums=('747ba7a7e57bdbfee574ebce6622d0f94a068a387943be8fdf33b5d2e960c2db'
'aae126c4b1bcba6265d3d925dc3845bb034defa5606385c22dfb053111b57685'
'd10f10439e56c38a9960e7cd481c7b44a68bc0ecf7c88b91d9cafb454aa6ffd0'
'7128024976c95d511d8995c472907fe0b8c36fe5b45fef57fc053e3fadcae408'