Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: a59a66ea by Robin Candau at 2026-02-24T11:03:03+01:00 upgpkg: 0.156.0-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,15 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go pkgver = 0.156.0 - pkgrel = 1 + pkgrel = 2 url = https://gohugo.io/ arch = x86_64 license = Apache-2.0 makedepends = go makedepends = git depends = glibc - depends = gcc-libs + depends = libgcc + depends = libstdc++ optdepends = git: required to use the Hugo modules feature optdepends = go: required to use the Hugo modules feature optdepends = dart-sass: required to transpile Sass to CSS ===================================== PKGBUILD ===================================== @@ -7,12 +7,12 @@ pkgname=hugo pkgver=0.156.0 -pkgrel=1 +pkgrel=2 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') url="https://gohugo.io/" license=('Apache-2.0') -depends=('glibc' 'gcc-libs') +depends=('glibc' 'libgcc' 'libstdc++') makedepends=('go' 'git') optdepends=('git: required to use the Hugo modules feature' 'go: required to use the Hugo modules feature' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a59a66eab8e00d785f4c96ab2c437a9cc47c91f7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a59a66eab8e00d785f4c96ab2c437a9cc47c91f7 You're receiving this email because of your account on gitlab.archlinux.org.
