summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa8603e76ff..c46acc0bc289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gotosocial-git
pkgdesc = ActivityPub social network server written in Golang (development version)
- pkgver = r1546.c5eced5fd
- pkgrel = 3
+ pkgver = r1622.5aca09b59
+ pkgrel = 2
url = https://gotosocial.org
arch = x86_64
license = AGPL3
@@ -28,7 +28,7 @@ pkgbase = gotosocial-git
backup = etc/gotosocial/template/email_test.tmpl
backup = etc/gotosocial/template/error.tmpl
backup = etc/gotosocial/template/finalize.tmpl
- backup = etc/gotosocial/template/frontend.tmpl
+ backup = etc/gotosocial/template/settings.tmpl
backup = etc/gotosocial/template/index.tmpl
backup = etc/gotosocial/template/index_apps.tmpl
backup = etc/gotosocial/template/oob.tmpl
diff --git a/PKGBUILD b/PKGBUILD
index 1080af33ed62..10a4b34a1e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=gotosocial-git
_pkgname=${pkgname%-git}
-pkgver=r1546.c5eced5fd
-pkgrel=3
+pkgver=r1622.5aca09b59
+pkgrel=2
pkgdesc='ActivityPub social network server written in Golang (development version)'
arch=('x86_64')
url='https://gotosocial.org'
@@ -30,7 +30,7 @@ backup=(
'etc/gotosocial/template/email_test.tmpl'
'etc/gotosocial/template/error.tmpl'
'etc/gotosocial/template/finalize.tmpl'
- 'etc/gotosocial/template/frontend.tmpl'
+ 'etc/gotosocial/template/settings.tmpl'
'etc/gotosocial/template/index.tmpl'
'etc/gotosocial/template/index_apps.tmpl'
'etc/gotosocial/template/oob.tmpl'