summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-28 23:11:19 +0000
committerGeorge Rawlinson2022-09-28 23:11:19 +0000
commit6c1994dbd71ba8ea013ce04df9b5683707b8076b (patch)
treec5ec7ee677e22f3264cc9a87e01e89a833b990fb
parent3fac4ccd2aec4e72e80e062982de5d4f73cf887e (diff)
downloadaur-6c1994dbd71ba8ea013ce04df9b5683707b8076b.tar.gz
upgpkg: gotosocial 0.5.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69f0ce0ecea5..eaf65a6d73f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotosocial
pkgdesc = ActivityPub social network server written in Golang
- pkgver = 0.4.0
+ pkgver = 0.5.0
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=969c194fcd8ea277a49244a6bf00ed92f4df4e09
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=00d38855d416e834c2657271823e0ee95397d7ba
source = sysusers.conf
source = tmpfiles.conf
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ebec709969f9..c5601f5a220c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gotosocial
-pkgver=0.4.0
+pkgver=0.5.0
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='969c194fcd8ea277a49244a6bf00ed92f4df4e09'
+_commit='00d38855d416e834c2657271823e0ee95397d7ba'
source=(
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'