upgpkg: 0.14.2-1
This commit is contained in:
parent
aaf31e0ca3
commit
3009a02e6a
4
.SRCINFO
4
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = gotosocial
|
pkgbase = gotosocial
|
||||||
pkgdesc = ActivityPub social network server written in Golang
|
pkgdesc = ActivityPub social network server written in Golang
|
||||||
pkgver = 0.13.3
|
pkgver = 0.14.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gotosocial.org
|
url = https://gotosocial.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -35,7 +35,7 @@ pkgbase = gotosocial
|
|||||||
backup = etc/gotosocial/template/status.tmpl
|
backup = etc/gotosocial/template/status.tmpl
|
||||||
backup = etc/gotosocial/template/tag.tmpl
|
backup = etc/gotosocial/template/tag.tmpl
|
||||||
backup = etc/gotosocial/template/thread.tmpl
|
backup = etc/gotosocial/template/thread.tmpl
|
||||||
source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=fb3e3ca10dc44cba841019bee1a8812e746133e9
|
source = gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5
|
||||||
source = sysusers.conf
|
source = sysusers.conf
|
||||||
source = tmpfiles.conf
|
source = tmpfiles.conf
|
||||||
source = use-fhs-directories.patch
|
source = use-fhs-directories.patch
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -3,7 +3,7 @@
|
|||||||
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
|
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
|
||||||
|
|
||||||
pkgname=gotosocial
|
pkgname=gotosocial
|
||||||
pkgver=0.13.3
|
pkgver=0.14.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='ActivityPub social network server written in Golang'
|
pkgdesc='ActivityPub social network server written in Golang'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -37,7 +37,7 @@ backup=(
|
|||||||
'etc/gotosocial/template/tag.tmpl'
|
'etc/gotosocial/template/tag.tmpl'
|
||||||
'etc/gotosocial/template/thread.tmpl'
|
'etc/gotosocial/template/thread.tmpl'
|
||||||
)
|
)
|
||||||
_commit='fb3e3ca10dc44cba841019bee1a8812e746133e9'
|
_commit='0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5'
|
||||||
source=(
|
source=(
|
||||||
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
|
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
|
||||||
'sysusers.conf'
|
'sysusers.conf'
|
||||||
|
Loading…
Reference in New Issue
Block a user