summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-04-28 19:21:22 +1200
committerGeorge Rawlinson2023-04-28 19:21:22 +1200
commit0084018308afef5b8a8fce7784d0b9f5c0b87c48 (patch)
tree6a6d14fdf75a60d14e03f40acf3d64b5eae03918
parent71f817adeb3cc7e5e1d400d485eb59fe3ea0e33e (diff)
downloadaur-gotosocial.tar.gz
upgpkg: gotosocial 0.8.1-1
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD17
2 files changed, 22 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3394a8acce..201acd8295a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotosocial
pkgdesc = ActivityPub social network server written in Golang
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://gotosocial.org
arch = x86_64
@@ -14,22 +14,27 @@ pkgbase = gotosocial
options = !lto
backup = etc/gotosocial/config.yaml
backup = etc/gotosocial/template/404.tmpl
+ backup = etc/gotosocial/template/about.tmpl
backup = etc/gotosocial/template/authorize.tmpl
backup = etc/gotosocial/template/confirmed.tmpl
- backup = etc/gotosocial/template/email_confirm_html.tmpl
- backup = etc/gotosocial/template/email_confirm_text.tmpl
- backup = etc/gotosocial/template/email_reset_html.tmpl
- backup = etc/gotosocial/template/email_reset_text.tmpl
+ backup = etc/gotosocial/template/domain-blocklist.tmpl
+ backup = etc/gotosocial/template/email_confirm.tmpl
+ backup = etc/gotosocial/template/email_new_report.tmpl
+ backup = etc/gotosocial/template/email_report_closed.tmpl
+ backup = etc/gotosocial/template/email_reset.tmpl
+ backup = etc/gotosocial/template/email_test.tmpl
backup = etc/gotosocial/template/error.tmpl
+ backup = etc/gotosocial/template/finalize.tmpl
backup = etc/gotosocial/template/footer.tmpl
backup = etc/gotosocial/template/frontend.tmpl
backup = etc/gotosocial/template/header.tmpl
backup = etc/gotosocial/template/index.tmpl
+ backup = etc/gotosocial/template/oob.tmpl
backup = etc/gotosocial/template/profile.tmpl
backup = etc/gotosocial/template/sign-in.tmpl
backup = etc/gotosocial/template/status.tmpl
backup = etc/gotosocial/template/thread.tmpl
- source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=f28ed21343270bd91f1b5044e9013db3e1a6c64b
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=4dbf9a27bc130b5df5b205a82e250fe49b08c474
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index 880eab9ab2b3..cc19ac0cca1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gotosocial
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='ActivityPub social network server written in Golang'
arch=('x86_64')
@@ -15,23 +15,28 @@ options=('!lto')
backup=(
'etc/gotosocial/config.yaml'
'etc/gotosocial/template/404.tmpl'
+ 'etc/gotosocial/template/about.tmpl'
'etc/gotosocial/template/authorize.tmpl'
'etc/gotosocial/template/confirmed.tmpl'
- 'etc/gotosocial/template/email_confirm_html.tmpl'
- 'etc/gotosocial/template/email_confirm_text.tmpl'
- 'etc/gotosocial/template/email_reset_html.tmpl'
- 'etc/gotosocial/template/email_reset_text.tmpl'
+ 'etc/gotosocial/template/domain-blocklist.tmpl'
+ 'etc/gotosocial/template/email_confirm.tmpl'
+ 'etc/gotosocial/template/email_new_report.tmpl'
+ 'etc/gotosocial/template/email_report_closed.tmpl'
+ 'etc/gotosocial/template/email_reset.tmpl'
+ 'etc/gotosocial/template/email_test.tmpl'
'etc/gotosocial/template/error.tmpl'
+ 'etc/gotosocial/template/finalize.tmpl'
'etc/gotosocial/template/footer.tmpl'
'etc/gotosocial/template/frontend.tmpl'
'etc/gotosocial/template/header.tmpl'
'etc/gotosocial/template/index.tmpl'
+ 'etc/gotosocial/template/oob.tmpl'
'etc/gotosocial/template/profile.tmpl'
'etc/gotosocial/template/sign-in.tmpl'
'etc/gotosocial/template/status.tmpl'
'etc/gotosocial/template/thread.tmpl'
)
-_commit='f28ed21343270bd91f1b5044e9013db3e1a6c64b'
+_commit='4dbf9a27bc130b5df5b205a82e250fe49b08c474'
source=(
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'