From e23004cb4d9c43a1e74d39bf0831c407458889b9 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 12 Nov 2023 01:17:51 +0000 Subject: [PATCH] upgpkg: 0.12.2-1 * New upstream release. --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 233684d..9aab88a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gotosocial pkgdesc = ActivityPub social network server written in Golang - pkgver = 0.12.1 + pkgver = 0.12.2 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=5fdc005061c773fda6e0da32abcc6f79ddee80ed + source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=096c517cc332ce2832a8c5dfbd1cd827ab7d0ecb source = sysusers.conf source = tmpfiles.conf source = use-fhs-directories.patch diff --git a/PKGBUILD b/PKGBUILD index 63ff6d1..590acc7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Stefan Husmann pkgname=gotosocial -pkgver=0.12.1 +pkgver=0.12.2 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='5fdc005061c773fda6e0da32abcc6f79ddee80ed' +_commit='096c517cc332ce2832a8c5dfbd1cd827ab7d0ecb' source=( "$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit" 'sysusers.conf'