summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-12-16 20:02:53 +1300
committerGeorge Rawlinson2023-12-16 20:02:53 +1300
commit24441dd0f00b1f4e8528c5cc6b9b5bc01c2dce7b (patch)
treebad813fdbf4d523e34cf4e7176aba2b288990010
parente23004cb4d9c43a1e74d39bf0831c407458889b9 (diff)
downloadaur-24441dd0f00b1f4e8528c5cc6b9b5bc01c2dce7b.tar.gz
upgpkg: 0.13.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aab88afb87e..3a95857f2bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotosocial
pkgdesc = ActivityPub social network server written in Golang
- pkgver = 0.12.2
+ pkgver = 0.13.0
pkgrel = 1
url = https://gotosocial.org
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = gotosocial
backup = etc/gotosocial/template/status.tmpl
backup = etc/gotosocial/template/tag.tmpl
backup = etc/gotosocial/template/thread.tmpl
- source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=096c517cc332ce2832a8c5dfbd1cd827ab7d0ecb
+ source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=f4fcffc8b56ef73c184ae17892b69181961c15c7
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
diff --git a/PKGBUILD b/PKGBUILD
index 590acc73e222..9b411692826d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gotosocial
-pkgver=0.12.2
+pkgver=0.13.0
pkgrel=1
pkgdesc='ActivityPub social network server written in Golang'
arch=('x86_64')
@@ -37,7 +37,7 @@ backup=(
'etc/gotosocial/template/tag.tmpl'
'etc/gotosocial/template/thread.tmpl'
)
-_commit='096c517cc332ce2832a8c5dfbd1cd827ab7d0ecb'
+_commit='f4fcffc8b56ef73c184ae17892b69181961c15c7'
source=(
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'