Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
gotosocial
Commits:
aaf31e0c by Jelle van der Waa at 2024-02-17T12:39:00+01:00
upgpkg: 0.13.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gotosocial
pkgdesc = ActivityPub social network server written in Golang
- pkgver = 0.13.2
+ pkgver = 0.13.3
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=f5314c00680ab0f9129765f5f67ef65a547847e3
+ source =
gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=fb3e3ca10dc44cba841019bee1a8812e746133e9
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Stefan Husmann <[email protected]>
pkgname=gotosocial
-pkgver=0.13.2
+pkgver=0.13.3
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='f5314c00680ab0f9129765f5f67ef65a547847e3'
+_commit='fb3e3ca10dc44cba841019bee1a8812e746133e9'
source=(
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit"
'sysusers.conf'
@@ -92,7 +92,7 @@ build() {
-modcacherw \
-ldflags "-compressdwarf=false \
-linkmode external \
- -extldflags ${LDFLAGS} \
+ -extldflags \"${LDFLAGS}\" \
-X main.Version=$pkgver" \
-o build \
./cmd/...
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gotosocial/-/commit/aaf31e0ca3906e4eb4c52122bcbe0c79748f0587
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gotosocial/-/commit/aaf31e0ca3906e4eb4c52122bcbe0c79748f0587
You're receiving this email because of your account on gitlab.archlinux.org.