From 3009a02e6a915db9b37c63649fee1967024d633a Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 14 Mar 2024 20:43:08 +0100 Subject: [PATCH] upgpkg: 0.14.2-1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 09de398..0176fb2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gotosocial pkgdesc = ActivityPub social network server written in Golang - pkgver = 0.13.3 + pkgver = 0.14.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=fb3e3ca10dc44cba841019bee1a8812e746133e9 + source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5 source = sysusers.conf source = tmpfiles.conf source = use-fhs-directories.patch diff --git a/PKGBUILD b/PKGBUILD index 5dbbf2f..7d0d648 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Stefan Husmann pkgname=gotosocial -pkgver=0.13.3 +pkgver=0.14.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='fb3e3ca10dc44cba841019bee1a8812e746133e9' +_commit='0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5' source=( "$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit" 'sysusers.conf'