upgpkg: 0.13.2-1

This commit is contained in:
Jelle van der Waa 2024-02-17 12:24:52 +01:00
parent 1b04ed57fc
commit be671213cb
No known key found for this signature in database
GPG Key ID: C06086337C50773E
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = gotosocial
pkgdesc = ActivityPub social network server written in Golang
pkgver = 0.13.1
pkgver = 0.13.2
pkgrel = 1
url = https://gotosocial.org
arch = x86_64
@ -35,7 +35,7 @@ pkgbase = gotosocial
backup = etc/gotosocial/template/status.tmpl
backup = etc/gotosocial/template/tag.tmpl
backup = etc/gotosocial/template/thread.tmpl
source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=ccecf5a7e4000f40522a790fcdaf2bf72d43d552
source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=f5314c00680ab0f9129765f5f67ef65a547847e3
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch

View File

@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gotosocial
pkgver=0.13.1
pkgver=0.13.2
pkgrel=1
pkgdesc='ActivityPub social network server written in Golang'
arch=('x86_64')
@ -37,7 +37,7 @@ backup=(
'etc/gotosocial/template/tag.tmpl'
'etc/gotosocial/template/thread.tmpl'
)
_commit='ccecf5a7e4000f40522a790fcdaf2bf72d43d552'
_commit='f5314c00680ab0f9129765f5f67ef65a547847e3'
source=(
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'