From be671213cb96cf2958c0f4a3165b6e5dab61c24b Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 17 Feb 2024 12:24:52 +0100 Subject: [PATCH] upgpkg: 0.13.2-1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 17cf49a..e318703 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index a2ff961..128e2b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Stefan Husmann 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'