summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfossdd2024-02-28 16:29:52 +0000
committerfossdd2024-02-28 16:29:52 +0000
commit0a1e4e310d43deeaae693598b6781dbeb56db901 (patch)
treeec11ce4a3b4095f3daa62bcd231e76cec4c0021d
parent85c06404a5587f6648a2c9ca14c284d327b5e90e (diff)
downloadaur-0a1e4e310d43deeaae693598b6781dbeb56db901.tar.gz
upgpkg: gotosocial-rc 0.14.0rc2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4748533d012d..5bb78ce816a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotosocial-rc
pkgdesc = ActivityPub social network server written in Golang (release candidate)
- pkgver = 0.14.0rc1
+ pkgver = 0.14.0rc2
pkgrel = 1
url = https://gotosocial.org
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = gotosocial-rc
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=f29d4296993a1156845b18ecc403e9a4394b72b3
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=504c4f227f82a44e7851dafb1614af7a944080e7
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index a3252abf260a..b3ee6accc42a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gotosocial-rc
_pkgname=${pkgname%-rc}
-pkgver=0.14.0rc1
+pkgver=0.14.0rc2
pkgrel=1
pkgdesc='ActivityPub social network server written in Golang (release candidate)'
arch=('x86_64')
@@ -51,7 +51,7 @@ backup=(
'etc/gotosocial/template/tag.tmpl'
'etc/gotosocial/template/thread.tmpl'
)
-_commit='f29d4296993a1156845b18ecc403e9a4394b72b3'
+_commit='504c4f227f82a44e7851dafb1614af7a944080e7'
source=(
"$_pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'