summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-08-16 12:44:22 +1200
committerGeorge Rawlinson2023-08-16 12:44:22 +1200
commitf18216a9c64966c16e44e15b7f01080551bd7dcc (patch)
treee0048cb05835ef7f8a776c404f23b0e142572969
parent52f2fa8c0bb7e97088c4952419da18c3290e26e7 (diff)
downloadaur-f18216a9c64966c16e44e15b7f01080551bd7dcc.tar.gz
upgpkg: 0.11.0-1
* New upstream release. * Add new file to backup array.
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 597e326bcd04..83304968f9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
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'