Package Details: gohugo-extended-bin 0.125.4-1

Git Clone URL: https://aur.archlinux.org/gohugo-extended-bin.git (read-only, click to copy)
Package Base: gohugo-extended-bin
Description: Hugo - The world's fastest framework for building websites (Extended Edition)
Upstream URL: https://gohugo.io/
Keywords: go go-hugo go-site-generator go-ssg go-static-site-generator go-template-engine go-website-generator gohugo golang golang-hugo golang-site-generator golang-ssg golang-static-site-generator golang-template-engine golang-website-generator golanghugo hugo site-generator ssg static-site-generator static-website-generator template-engine website-generator
Licenses: Apache
Conflicts: hugo
Provides: hugo
Submitter: xeptore
Maintainer: xeptore
Last Packager: xeptore
Votes: 2
Popularity: 0.22
First Submitted: 2023-07-16 08:25 (UTC)
Last Updated: 2024-04-26 01:36 (UTC)

Latest Comments

xeptore commented on 2023-12-11 14:11 (UTC) (edited on 2023-12-11 14:11 (UTC) by xeptore)

@neitsab, applied in a39ada8.

neitsab commented on 2023-12-11 12:45 (UTC) (edited on 2023-12-11 12:45 (UTC) by neitsab)

Hey, thanks for providing this! You could factorize a bit the PKGBUILD by replacing the two source lines with:

source_x86_64=("https://github.com/gohugoio/hugo/releases/download/v${pkgver}/hugo_extended_${pkgver}_linux-amd64.tar.gz")
source_aarch64=("https://github.com/gohugoio/hugo/releases/download/v${pkgver}/hugo_extended_${pkgver}_linux-arm64.tar.gz")

(so "" instead of '' to allow the use of the ${pkgver} variable)

This enables you to only change the pkgver line on updates, and it also makes it easier to use to PKGBUILD to get an older version for tests (which is the reason why I had to edit it) :-)

aorth commented on 2023-08-09 19:49 (UTC)

Ohhhhhhh ok... I guess I understand. So your non-extended package was not deemed to be sufficiently different enough from the hugo package in [extra], other than it was more up to date. Ok. Oh well!

xeptore commented on 2023-08-09 04:11 (UTC)

@aorth, it was removed from the AUR due to the deletion request filed by @Porous3247 days ago with this message:

Duplicate of the hugo package in the extras repo

aorth commented on 2023-08-08 19:49 (UTC)

What happened to the gohugo-bin package on AUR? It's missing since v115. I would comment on your GitHub repository but issues aren't open there.

xeptore commented on 2023-07-16 17:19 (UTC) (edited on 2023-07-16 17:27 (UTC) by xeptore)

@Porous3247, thank you for your suggestion. I applied changes to both packages, and included your name as a contributor if that's ok to you.

Also, here's the build repo for these 2 packages: https://github.com/xeptore/hugo-aur-build

Porous3247 commented on 2023-07-16 16:10 (UTC) (edited on 2023-07-16 16:10 (UTC) by Porous3247)

The conflicts array can just be ('hugo') since each of those packages are assumed to conflict and provide ('hugo').

You should also provide a checksum for each release.

You also need to add depends=('glibc')

Change license=('Apache 2.0') to license=('Apache')