From f18216a9c64966c16e44e15b7f01080551bd7dcc Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 16 Aug 2023 12:44:22 +1200 Subject: [PATCH] upgpkg: 0.11.0-1 * New upstream release. * Add new file to backup array. --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 597e326..8330496 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Stefan Husmann pkgname=gotosocial -pkgver=0.10.0 +pkgver=0.11.0 pkgrel=1 pkgdesc='ActivityPub social network server written in Golang' arch=('x86_64') @@ -34,9 +34,10 @@ backup=( 'etc/gotosocial/template/profile.tmpl' 'etc/gotosocial/template/sign-in.tmpl' 'etc/gotosocial/template/status.tmpl' + 'etc/gotosocial/template/tag.tmpl' 'etc/gotosocial/template/thread.tmpl' ) -_commit='89ee9d50047bd5b3ab1bd3c140a8c97d26050094' +_commit='815b5291e034864052771cd3561fea479027e00f' source=( "$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit" 'sysusers.conf'