summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-30 02:23:58 +0000
committerGeorge Rawlinson2022-09-30 02:23:58 +0000
commitbdc3cb01dcf95e2f1583ed0a744cad5965356c67 (patch)
tree0139cfac3cda26c80dc5b3350c3c859cee29247a
parent6c1994dbd71ba8ea013ce04df9b5683707b8076b (diff)
downloadaur-bdc3cb01dcf95e2f1583ed0a744cad5965356c67.tar.gz
upgpkg: gotosocial 0.5.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaf65a6d73f3..da960a2da87d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotosocial
pkgdesc = ActivityPub social network server written in Golang
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://gotosocial.org
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = gotosocial
backup = etc/gotosocial/template/sign-in.tmpl
backup = etc/gotosocial/template/status.tmpl
backup = etc/gotosocial/template/thread.tmpl
- source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=00d38855d416e834c2657271823e0ee95397d7ba
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=b351acd2d0852c90a49491365080206d4b686699
source = sysusers.conf
source = tmpfiles.conf
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c5601f5a220c..177d1d3e7ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gotosocial
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='ActivityPub social network server written in Golang'
arch=('x86_64')
@@ -32,7 +32,7 @@ backup=(
'etc/gotosocial/template/status.tmpl'
'etc/gotosocial/template/thread.tmpl'
)
-_commit='00d38855d416e834c2657271823e0ee95397d7ba'
+_commit='b351acd2d0852c90a49491365080206d4b686699'
source=(
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'