summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfossdd2024-06-08 15:38:08 +0200
committerfossdd2024-06-08 15:38:08 +0200
commitb2e2d1df48b3d3cbcf6c426fdeddb9b3316c43ed (patch)
treef67a0e688346e397eca0f3f739622ba871d2befc
parentcbde02233abdbf4c2ebc6352880cd8a16d50d582 (diff)
downloadaur-b2e2d1df48b3d3cbcf6c426fdeddb9b3316c43ed.tar.gz
upgpkg: gotosocial-rc 0.16.0_rc1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7faacb491d1c..eb18820e8f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotosocial-rc
pkgdesc = ActivityPub social network server written in Golang (release candidate)
- pkgver = 0.15.0
+ pkgver = 0.16.0_rc1
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=65b53660313f0faaa5d0bbb53ddcdb8ff23559d2
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=048339a6aacd09adc187f46484f1ceb90dfef371
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index 951f1718bb65..80c53d7c5301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gotosocial-rc
_pkgname=${pkgname%-rc}
-pkgver=0.15.0
+pkgver=0.16.0_rc1
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='65b53660313f0faaa5d0bbb53ddcdb8ff23559d2'
+_commit='048339a6aacd09adc187f46484f1ceb90dfef371'
source=(
"$_pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'