summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfossdd2024-03-11 13:19:28 +0100
committerfossdd2024-03-11 13:19:28 +0100
commit2ceba3084a4b1692d47f6688564452d5936437c6 (patch)
treeb1329838e6a93598b17055ef0be997f5b5594d9b
parentbb7df8e2d71f89f15be66f0709ca8a9a49563e19 (diff)
downloadaur-2ceba3084a4b1692d47f6688564452d5936437c6.tar.gz
upgpkg: gotosocial-rc 0.14.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f66e0ab7c2..efc1e386cd97 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.1
+ pkgver = 0.14.2
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=ce3ae0953d5c96578188d8451941970b3167fce6
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index 51c0bba3b0ad..b30ebd0fcfb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gotosocial-rc
_pkgname=${pkgname%-rc}
-pkgver=0.14.1
+pkgver=0.14.2
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='ce3ae0953d5c96578188d8451941970b3167fce6'
+_commit='0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5'
source=(
"$_pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'