summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfossdd2024-02-28 10:56:19 +0000
committerfossdd2024-02-28 10:56:19 +0000
commit85c06404a5587f6648a2c9ca14c284d327b5e90e (patch)
tree262d01fd2d8d7e8357b5a7d950df1b272c6b8cdc
parent507ece0435eba4d3f3b3207bbb9619d26860070a (diff)
downloadaur-85c06404a5587f6648a2c9ca14c284d327b5e90e.tar.gz
upgpkg: gotosocial-rc 0.14.0rc1-1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD20
2 files changed, 30 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc16b27d547..4748533d012d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotosocial-rc
pkgdesc = ActivityPub social network server written in Golang (release candidate)
- pkgver = 0.13.3
+ pkgver = 0.14.0rc1
pkgrel = 1
url = https://gotosocial.org
arch = x86_64
@@ -28,17 +28,27 @@ pkgbase = gotosocial-rc
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/settings.tmpl
backup = etc/gotosocial/template/index.tmpl
+ backup = etc/gotosocial/template/index_apps.tmpl
backup = etc/gotosocial/template/oob.tmpl
+ backup = etc/gotosocial/template/page.tmpl
+ backup = etc/gotosocial/template/page_footer.tmpl
+ backup = etc/gotosocial/template/page_header.tmpl
+ backup = etc/gotosocial/template/page_ogmeta.tmpl
+ backup = etc/gotosocial/template/page_stylesheets.tmpl
backup = etc/gotosocial/template/profile.tmpl
+ backup = etc/gotosocial/template/profile_fields.tmpl
backup = etc/gotosocial/template/sign-in.tmpl
backup = etc/gotosocial/template/status.tmpl
+ backup = etc/gotosocial/template/status_attachments.tmpl
+ backup = etc/gotosocial/template/status_attributes.tmpl
+ backup = etc/gotosocial/template/status_header.tmpl
+ backup = etc/gotosocial/template/status_info.tmpl
+ backup = etc/gotosocial/template/status_poll.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=f29d4296993a1156845b18ecc403e9a4394b72b3
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index 789efe999f46..a3252abf260a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gotosocial-rc
_pkgname=${pkgname%-rc}
-pkgver=0.13.3
+pkgver=0.14.0rc1
pkgrel=1
pkgdesc='ActivityPub social network server written in Golang (release candidate)'
arch=('x86_64')
@@ -30,18 +30,28 @@ backup=(
'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/settings.tmpl'
'etc/gotosocial/template/index.tmpl'
+ 'etc/gotosocial/template/index_apps.tmpl'
'etc/gotosocial/template/oob.tmpl'
+ 'etc/gotosocial/template/page.tmpl'
+ 'etc/gotosocial/template/page_footer.tmpl'
+ 'etc/gotosocial/template/page_header.tmpl'
+ 'etc/gotosocial/template/page_ogmeta.tmpl'
+ 'etc/gotosocial/template/page_stylesheets.tmpl'
'etc/gotosocial/template/profile.tmpl'
+ 'etc/gotosocial/template/profile_fields.tmpl'
'etc/gotosocial/template/sign-in.tmpl'
'etc/gotosocial/template/status.tmpl'
+ 'etc/gotosocial/template/status_attachments.tmpl'
+ 'etc/gotosocial/template/status_attributes.tmpl'
+ 'etc/gotosocial/template/status_header.tmpl'
+ 'etc/gotosocial/template/status_info.tmpl'
+ 'etc/gotosocial/template/status_poll.tmpl'
'etc/gotosocial/template/tag.tmpl'
'etc/gotosocial/template/thread.tmpl'
)
-_commit='fb3e3ca10dc44cba841019bee1a8812e746133e9'
+_commit='f29d4296993a1156845b18ecc403e9a4394b72b3'
source=(
"$_pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'