summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfossdd2024-03-04 15:13:37 +0000
committerfossdd2024-03-04 15:13:37 +0000
commit467b64d99960fc5f2c42476bb3579abb430b8d9f (patch)
tree07599af37dab3be1fc401d7e72fa0e195e9750c4
parent0a1e4e310d43deeaae693598b6781dbeb56db901 (diff)
downloadaur-467b64d99960fc5f2c42476bb3579abb430b8d9f.tar.gz
upgpkg: gotosocial-rc 0.14.0rc3-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bb78ce816a5..b796f960413e 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.0rc2
+ pkgver = 0.14.0rc3
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=504c4f227f82a44e7851dafb1614af7a944080e7
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=f487fc5d4be9175db571b5a573ea5d1f348f014a
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index b3ee6accc42a..b01a31098352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gotosocial-rc
_pkgname=${pkgname%-rc}
-pkgver=0.14.0rc2
+pkgver=0.14.0rc3
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='504c4f227f82a44e7851dafb1614af7a944080e7'
+_commit='f487fc5d4be9175db571b5a573ea5d1f348f014a'
source=(
"$_pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'