Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
a3d42c83 by Robin Candau at 2024-01-27T11:10:49+01:00
upgpkg: 0.122.0-1: New upstream release + switch to SPDX licence identifier

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = hugo
        pkgdesc = Fast and Flexible Static Site Generator in Go
-       pkgver = 0.121.2
+       pkgver = 0.122.0
        pkgrel = 1
        url = https://gohugo.io/
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
        makedepends = go
        makedepends = git
        depends = glibc
+       depends = gcc-libs
        optdepends = python-docutils: reStructuredText support
-       source = 
hugo-0.121.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.121.2.tar.gz
-       sha512sums = 
717da396fa887995e455c1cc7cfc21c535583ba70cb90bcb15ea47e389aa636e9ffa4f66b28bf313f225579e40bc2864ef9da6ebf00d006b3a1ca68f38a47673
+       source = 
hugo-0.122.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.122.0.tar.gz
+       sha512sums = 
f2eac9b9b227b78647c8d9c5c48d409c8d056aaaf8e2523458f9c256fd49bd5b4f3392a80789133bf8603369ff3522783a7605a42f65f33070b26356070a51d1
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,17 +6,17 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.121.2
+pkgver=0.122.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
 url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
+license=('Apache-2.0')
+depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('717da396fa887995e455c1cc7cfc21c535583ba70cb90bcb15ea47e389aa636e9ffa4f66b28bf313f225579e40bc2864ef9da6ebf00d006b3a1ca68f38a47673')
+sha512sums=('f2eac9b9b227b78647c8d9c5c48d409c8d056aaaf8e2523458f9c256fd49bd5b4f3392a80789133bf8603369ff3522783a7605a42f65f33070b26356070a51d1')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a3d42c83e220f2314225e68cbe370a2ab64f0f81

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a3d42c83e220f2314225e68cbe370a2ab64f0f81
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to