summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfossdd2024-03-06 12:10:41 +0000
committerfossdd2024-03-06 12:10:41 +0000
commit711e9963c0379e78399fc87e1c6325d38d9df5fd (patch)
tree312cb4c28b1a7e4dac75e6ef6593dd072e60e5ef
parent467b64d99960fc5f2c42476bb3579abb430b8d9f (diff)
downloadaur-711e9963c0379e78399fc87e1c6325d38d9df5fd.tar.gz
upgpkg: gotosocial-rc 0.14.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b796f960413e..c6fdd5c0f1c8 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.0rc3
+ pkgver = 0.14.0
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=f487fc5d4be9175db571b5a573ea5d1f348f014a
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=7bc536d1f7c19a63db871356b2f83f0cb8af1831
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index b01a31098352..8d7ffcbbb88a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gotosocial-rc
_pkgname=${pkgname%-rc}
-pkgver=0.14.0rc3
+pkgver=0.14.0
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='f487fc5d4be9175db571b5a573ea5d1f348f014a'
+_commit='7bc536d1f7c19a63db871356b2f83f0cb8af1831'
source=(
"$_pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'