upgpkg: 0.11.0-1
* New upstream release. * Add new file to backup array.
This commit is contained in:
parent
52f2fa8c0b
commit
f18216a9c6
5
PKGBUILD
5
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.10.0
|
pkgver=0.11.0
|
||||||
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')
|
||||||
@ -34,9 +34,10 @@ backup=(
|
|||||||
'etc/gotosocial/template/profile.tmpl'
|
'etc/gotosocial/template/profile.tmpl'
|
||||||
'etc/gotosocial/template/sign-in.tmpl'
|
'etc/gotosocial/template/sign-in.tmpl'
|
||||||
'etc/gotosocial/template/status.tmpl'
|
'etc/gotosocial/template/status.tmpl'
|
||||||
|
'etc/gotosocial/template/tag.tmpl'
|
||||||
'etc/gotosocial/template/thread.tmpl'
|
'etc/gotosocial/template/thread.tmpl'
|
||||||
)
|
)
|
||||||
_commit='89ee9d50047bd5b3ab1bd3c140a8c97d26050094'
|
_commit='815b5291e034864052771cd3561fea479027e00f'
|
||||||
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